aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 15:12:27 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-01 13:01:04 +0100
commitd28cd9900a58a902b1bf53404a250dfb345b2e96 (patch)
tree7e832618ab92babf39751ef1ffb65b30577765bd /include
parent909edacc5ef8960784c5ec1ab529522bed1deaa8 (diff)
downloadbusybox-w32-d28cd9900a58a902b1bf53404a250dfb345b2e96.tar.gz
busybox-w32-d28cd9900a58a902b1bf53404a250dfb345b2e96.tar.bz2
busybox-w32-d28cd9900a58a902b1bf53404a250dfb345b2e96.zip
modprobe-small: make applets individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-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 @@
4# enabling it. Run it after applets.h is generated. 4# enabling it. Run it after applets.h is generated.
5 5
6# CONFIG_applet names 6# CONFIG_applet names
7grep ^IF_ applets.h | grep -v IF_FEATURE_ | sed 's/IF_\([A-Z0-9._-]*\)(.*/\1/' \ 7grep ^IF_ applets.h | grep -v ^IF_FEATURE_ | sed 's/IF_\([A-Z0-9._-]*\)(.*/\1/' \
8| grep -v MODPROBE_SMALL \
9| sort | uniq \ 8| sort | uniq \
10>applets_APP1 9>applets_APP1
11 10