From 2732efff55b97cd9c4d3d39d33e9265f76e221cf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Jan 2017 04:12:28 +0100 Subject: 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. --- package/busybox/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/busybox/Makefile') 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; \ -- cgit v1.2.3