aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h.sh
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 15:12:27 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 15:13:16 +0100
commita1cd0d9849946e0627484ec6b6435837c853a113 (patch)
tree23c7c643bd0af2859beff3876bdbaa20953bdb5f /include/applets.h.sh
parentce3a98a222a2191ef4a22e90c49a51dfa7279e07 (diff)
downloadbusybox-a1cd0d9849946e0627484ec6b6435837c853a113.tar.gz
modprobe-small: make applets individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/applets.h.sh')
-rwxr-xr-xinclude/applets.h.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/applets.h.sh b/include/applets.h.sh
index be8b92404..be117cf84 100755
--- a/include/applets.h.sh
+++ b/include/applets.h.sh
@@ -4,8 +4,7 @@
# enabling it. Run it after applets.h is generated.
# CONFIG_applet names
-grep ^IF_ applets.h | grep -v IF_FEATURE_ | sed 's/IF_\([A-Z0-9._-]*\)(.*/\1/' \
-| grep -v MODPROBE_SMALL \
+grep ^IF_ applets.h | grep -v ^IF_FEATURE_ | sed 's/IF_\([A-Z0-9._-]*\)(.*/\1/' \
| sort | uniq \
>applets_APP1