diff options
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 | ||||
-rw-r--r-- | include/applets.src.h | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index c9f88b39d..e9bad66ad 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c | |||
@@ -15,6 +15,8 @@ | |||
15 | 15 | ||
16 | //applet:IF_TUNE2FS(APPLET(tune2fs, BB_DIR_SBIN, BB_SUID_DROP)) | 16 | //applet:IF_TUNE2FS(APPLET(tune2fs, BB_DIR_SBIN, BB_SUID_DROP)) |
17 | 17 | ||
18 | //TODO alias to "tune2fs -L LABEL": //applet:IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label)) | ||
19 | |||
18 | //kbuild:lib-$(CONFIG_TUNE2FS) += tune2fs.o | 20 | //kbuild:lib-$(CONFIG_TUNE2FS) += tune2fs.o |
19 | 21 | ||
20 | //usage:#define tune2fs_trivial_usage | 22 | //usage:#define tune2fs_trivial_usage |
diff --git a/include/applets.src.h b/include/applets.src.h index 10e85de78..2ddf120ad 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
@@ -74,11 +74,6 @@ s - suid type: | |||
74 | 74 | ||
75 | INSERT | 75 | INSERT |
76 | 76 | ||
77 | //IF_E2FSCK(APPLET(e2fsck, BB_DIR_SBIN, BB_SUID_DROP)) | ||
78 | //IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label)) | ||
79 | //IF_E2FSCK(APPLET_ODDNAME(fsck.ext2, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext2)) | ||
80 | //IF_E2FSCK(APPLET_ODDNAME(fsck.ext3, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext3)) | ||
81 | //IF_PARSE(APPLET(parse, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
82 | 77 | ||
83 | #if !defined(PROTOTYPES) && !defined(NAME_MAIN) && !defined(MAKE_USAGE) \ | 78 | #if !defined(PROTOTYPES) && !defined(NAME_MAIN) && !defined(MAKE_USAGE) \ |
84 | && !defined(MAKE_LINKS) && !defined(MAKE_SUID) | 79 | && !defined(MAKE_LINKS) && !defined(MAKE_SUID) |