diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 05:55:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 05:55:03 +0000 |
commit | a1c6a57fea0aeb08cc23d68684252fc7e1508f59 (patch) | |
tree | c328fde6f401c5e16979ca68dbd17e76302e352f /include | |
parent | 9ac178ab408354bcf61ee19a071fdc1e4f163737 (diff) | |
download | busybox-a1c6a57fea0aeb08cc23d68684252fc7e1508f59.tar.gz |
make e2label and findfs optional
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 4 |
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 @@ #ifdef CONFIG_DUMPLEASES APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -#ifdef CONFIG_TUNE2FS +#ifdef CONFIG_E2LABEL APPLET_NOUSAGE("e2label", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_ECHO @@ -227,7 +227,7 @@ #ifdef CONFIG_FIND APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -#ifdef CONFIG_TUNE2FS +#ifdef CONFIG_FINDFS APPLET_NOUSAGE("findfs", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_FOLD |