aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 01:14:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 01:14:09 +0000
commit174808cedbc069d59e8a2cb570d35d9001c1e51b (patch)
treea665b8f329a5b5f186b2d04d6240593cdb3b339c /include/applets.h
parenta34f99930daa45d52de31740a54e3989eda83d6f (diff)
downloadbusybox-w32-174808cedbc069d59e8a2cb570d35d9001c1e51b.tar.gz
busybox-w32-174808cedbc069d59e8a2cb570d35d9001c1e51b.tar.bz2
busybox-w32-174808cedbc069d59e8a2cb570d35d9001c1e51b.zip
import tune2fs support
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 6aa67f527..d6e767dbf 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -179,6 +179,9 @@
179#ifdef CONFIG_DUMPLEASES 179#ifdef CONFIG_DUMPLEASES
180 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 180 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
181#endif 181#endif
182#ifdef CONFIG_TUNE2FS
183 APPLET_NOUSAGE("e2label", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
184#endif
182#ifdef CONFIG_ECHO 185#ifdef CONFIG_ECHO
183 APPLET(echo, echo_main, _BB_DIR_BIN, _BB_SUID_NEVER) 186 APPLET(echo, echo_main, _BB_DIR_BIN, _BB_SUID_NEVER)
184#endif 187#endif
@@ -221,6 +224,9 @@
221#ifdef CONFIG_FIND 224#ifdef CONFIG_FIND
222 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 225 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
223#endif 226#endif
227#ifdef CONFIG_TUNE2FS
228 APPLET_NOUSAGE("findfs", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
229#endif
224#ifdef CONFIG_FOLD 230#ifdef CONFIG_FOLD
225 APPLET(fold, fold_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 231 APPLET(fold, fold_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
226#endif 232#endif
@@ -629,6 +635,9 @@
629#ifdef CONFIG_TTY 635#ifdef CONFIG_TTY
630 APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 636 APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
631#endif 637#endif
638#ifdef CONFIG_TUNE2FS
639 APPLET(tune2fs, tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
640#endif
632#ifdef CONFIG_UDHCPC 641#ifdef CONFIG_UDHCPC
633 APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 642 APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
634#endif 643#endif