aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/applets.h.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/applets.h.sh b/include/applets.h.sh
index bab4e0d72..be8b92404 100755
--- a/include/applets.h.sh
+++ b/include/applets.h.sh
@@ -6,9 +6,6 @@
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 \ 8| grep -v MODPROBE_SMALL \
9| sed 's/BB_SYSCTL/SYSCTL/' \
10| sed 's/TEST1/[/' \
11| sed 's/TEST2/[[/' \
12| sort | uniq \ 9| sort | uniq \
13>applets_APP1 10>applets_APP1
14 11
@@ -17,8 +14,11 @@ grep ^IF_ applets.h | sed -e's/ //g' -e's/.*(\([a-z[][^,]*\),.*/\1/' \
17| grep -v '^bash$' \ 14| grep -v '^bash$' \
18| grep -v '^sh$' \ 15| grep -v '^sh$' \
19| tr a-z A-Z \ 16| tr a-z A-Z \
17| sed 's/^SYSCTL$/BB_SYSCTL/' \
18| sed 's/^\[\[$/TEST1/' \
19| sed 's/^\[$/TEST2/' \
20| sort | uniq \ 20| sort | uniq \
21>applets_APP2 21>applets_APP2
22 22
23diff -u applets_APP1 applets_APP2 >applets_APP.diff 23diff -u applets_APP1 applets_APP2 >applets_APP.diff
24rm applets_APP1 applets_APP2 24#rm applets_APP1 applets_APP2