summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in.manual1
-rw-r--r--package/busybox/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
index 40acc7d9a..1eea95f98 100644
--- a/package/busybox/Config.in.manual
+++ b/package/busybox/Config.in.manual
@@ -125,6 +125,7 @@ config ADK_PACKAGE_BUSYBOX_MINIMAL
select BUSYBOX_GREP
select BUSYBOX_HALT
select BUSYBOX_INIT
+ select BUSYBOX_WHICH
select BUSYBOX_WHOAMI
config ADK_PACKAGE_BUSYBOX_ALL
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 2b06f139e..4ea2f5d27 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -56,9 +56,6 @@ do-configure:
;; \
esac \
done
-ifeq ($(ADK_TARGET_WITHOUT_MMU),y)
- echo 'CONFIG_NOMMU=y' >> ${WRKBUILD}/.config
-endif
$(SED) 's;@IDIR@;${WRKINST};' ${WRKBUILD}/.config
do-build: