summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xinclude/applets.h.sh3
-rwxr-xr-xmake_single_applets.sh7
-rw-r--r--modutils/depmod.c7
-rw-r--r--modutils/insmod.c5
-rw-r--r--modutils/lsmod.c11
-rw-r--r--modutils/modprobe-small.c24
-rw-r--r--modutils/modprobe.c11
-rw-r--r--modutils/rmmod.c5
8 files changed, 41 insertions, 32 deletions
diff --git a/include/applets.h.sh b/include/applets.h.sh
index be8b924..be117cf 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