aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 5c10eb1d9..44fa16994 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -258,9 +258,6 @@ const struct BB_applet applets[] = {
258#ifdef BB_SETKEYCODES 258#ifdef BB_SETKEYCODES
259 {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN}, 259 {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
260#endif 260#endif
261#ifdef BB_SFDISK
262 {"sfdisk", sfdisk_main, _BB_DIR_SBIN},
263#endif
264#ifdef BB_SH 261#ifdef BB_SH
265 {"sh", shell_main, _BB_DIR_BIN}, 262 {"sh", shell_main, _BB_DIR_BIN},
266#endif 263#endif