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/AMD/DBAu1500/Makefile.in | |
parent | 6e8666ead8d62a6334fc036e48bde7e16d4f21e8 (diff) |
Make busybox config file location a config option
Diffstat (limited to 'target/device/AMD/DBAu1500/Makefile.in')
-rw-r--r-- | target/device/AMD/DBAu1500/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/AMD/DBAu1500/Makefile.in b/target/device/AMD/DBAu1500/Makefile.in index 675034df9..f08df8fdc 100644 --- a/target/device/AMD/DBAu1500/Makefile.in +++ b/target/device/AMD/DBAu1500/Makefile.in @@ -1,6 +1,6 @@ ALCHEMY_DBAU1500_PATH=target/device/AMD/DBAu1500 -BUSYBOX_CONFIG=$(ALCHEMY_DBAU1500_PATH)/busybox.config +BR2_PACKAGE_BUSYBOX_CONFIG=$(ALCHEMY_DBAU1500_PATH)/busybox.config UCLIBC_CONFIG_FILE=$(ALCHEMY_DBAU1500_PATH)/uClibc.config.$(ARCH) TARGET_SKELETON=$(ALCHEMY_DBAU1500_PATH)/skel.tar.gz |