aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 05:55:03 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 05:55:03 +0000
commit87948d2b1561419c9c8743eac744635b29cc277e (patch)
treec328fde6f401c5e16979ca68dbd17e76302e352f /include/applets.h
parent2e14f6b556a64e9bb1b23d9debb3dbe865d64f1e (diff)
downloadbusybox-w32-87948d2b1561419c9c8743eac744635b29cc277e.tar.gz
busybox-w32-87948d2b1561419c9c8743eac744635b29cc277e.tar.bz2
busybox-w32-87948d2b1561419c9c8743eac744635b29cc277e.zip
make e2label and findfs optional
git-svn-id: svn://busybox.net/trunk/busybox@11616 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h
index 56ec0a6de..0b4faacaa 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -182,7 +182,7 @@
182#ifdef CONFIG_DUMPLEASES 182#ifdef CONFIG_DUMPLEASES
183 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 183 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
184#endif 184#endif
185#ifdef CONFIG_TUNE2FS 185#ifdef CONFIG_E2LABEL
186 APPLET_NOUSAGE("e2label", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 186 APPLET_NOUSAGE("e2label", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
187#endif 187#endif
188#ifdef CONFIG_ECHO 188#ifdef CONFIG_ECHO
@@ -227,7 +227,7 @@
227#ifdef CONFIG_FIND 227#ifdef CONFIG_FIND
228 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 228 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
229#endif 229#endif
230#ifdef CONFIG_TUNE2FS 230#ifdef CONFIG_FINDFS
231 APPLET_NOUSAGE("findfs", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 231 APPLET_NOUSAGE("findfs", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
232#endif 232#endif
233#ifdef CONFIG_FOLD 233#ifdef CONFIG_FOLD