diff options
Diffstat (limited to 'target/device/x86')
-rw-r--r-- | target/device/x86/i686/i386_defconfig | 2 | ||||
-rw-r--r-- | target/device/x86/i686/i686_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/device/x86/i686/i386_defconfig b/target/device/x86/i686/i386_defconfig index 74de3e0b6..2df16efdf 100644 --- a/target/device/x86/i686/i386_defconfig +++ b/target/device/x86/i686/i386_defconfig @@ -91,7 +91,7 @@ BR2_GIT="git clone" BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/dl" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_COPYTO="" # diff --git a/target/device/x86/i686/i686_defconfig b/target/device/x86/i686/i686_defconfig index 441b7a6a7..af0cc158f 100644 --- a/target/device/x86/i686/i686_defconfig +++ b/target/device/x86/i686/i686_defconfig @@ -91,7 +91,7 @@ BR2_GIT="git clone" BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/dl" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_COPYTO="" # |