summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox.mk
diff options
context:
space:
mode:
authorJohn Voltz2008-03-21 18:56:00 +0100
committerJohn Voltz2008-03-21 18:56:00 +0100
commit69ae3cec84e6dbd19b8501e13f84d7159074ab75 (patch)
treedc80fa7ee5e88a0aa365e06a7a9f2edc2966e2ca /package/busybox/busybox.mk
parentcurrent avr32 gcc patches break x86 and possibly other systems. moving bad pa... (diff)
downloadbuildroot-69ae3cec84e6dbd19b8501e13f84d7159074ab75.tar.gz
buildroot-69ae3cec84e6dbd19b8501e13f84d7159074ab75.tar.xz
buildroot-69ae3cec84e6dbd19b8501e13f84d7159074ab75.zip
confusing busybox config option description patch, busybox can be built as shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard
Diffstat (limited to 'package/busybox/busybox.mk')
-rw-r--r--package/busybox/busybox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 80e26b590..c616e451d 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -112,7 +112,7 @@ ifeq ($(BR2_PREFER_IMA)$(BR2_PACKAGE_BUSYBOX_SNAPSHOT),yy)
endif
$(TARGET_DIR)/bin/busybox: $(BUSYBOX_DIR)/busybox
-ifeq ($(BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS),y)
+ifeq ($(BR2_PACKAGE_BUSYBOX_FULLINSTALL),y)
$(MAKE) CC=$(TARGET_CC) CROSS_COMPILE="$(TARGET_CROSS)" \
CROSS="$(TARGET_CROSS)" PREFIX="$(TARGET_DIR)" \
ARCH=$(KERNEL_ARCH) \