diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-04-12 20:32:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-04-12 20:32:45 +0000 |
commit | 9fc890fc1faf265c473c5aa26522aaa1d3bc77fd (patch) | |
tree | c66b14d1391ea7cd42b76bde4ad51f7bfaf0a578 /target/device/Soekris/Makefile.in | |
parent | 6e8666ead8d62a6334fc036e48bde7e16d4f21e8 (diff) | |
download | buildroot-novena-9fc890fc1faf265c473c5aa26522aaa1d3bc77fd.tar.gz buildroot-novena-9fc890fc1faf265c473c5aa26522aaa1d3bc77fd.zip |
Make busybox config file location a config option
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r-- | target/device/Soekris/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in index 8f9fc24cc..55efdd38e 100644 --- a/target/device/Soekris/Makefile.in +++ b/target/device/Soekris/Makefile.in @@ -1,7 +1,7 @@ # Override the default uClibc configuration ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y) UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config -BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config +BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) include target/device/Soekris/net4521/linux.mk |