diff options
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 5 |
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; \ |