summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-30 04:12:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-30 04:12:28 +0100
commit2732efff55b97cd9c4d3d39d33e9265f76e221cf (patch)
tree8d293ade1b75ee08b106cafeb5cce4f66326091e /package/busybox/Makefile
parent661b3d8201862c54ea5c8ab55406c45cadc906a0 (diff)
busybox: sort lists, fix when grep/find should be disabled
Reported by Oliver, who uses grep/findutils instead of busybox grep/find in his config.
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 5febf8ca3..f9a94828c 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -42,6 +42,11 @@ do-configure:
sym=$${i#BUSYBOX_DISABLE_}; \
symbol=$$(echo $$sym|sed -e "s#=y##"); \
case $$symbol in \
+ GREP) \
+ printf "# CONFIG_GREP is not set\n" >> ${WRKBUILD}/.config; \
+ printf "# CONFIG_EGREP is not set\n" >> ${WRKBUILD}/.config; \
+ printf "# CONFIG_FGREP is not set\n" >> ${WRKBUILD}/.config; \
+ ;; \
KMOD) \
printf "# CONFIG_MODINFO is not set\n" >> ${WRKBUILD}/.config; \
printf "# CONFIG_MODPROBE_SMALL is not set\n" >> ${WRKBUILD}/.config; \