aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/applets.h b/include/applets.h
index 836ed9956..1660b11c5 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -515,10 +515,8 @@
515#ifdef CONFIG_UNAME 515#ifdef CONFIG_UNAME
516 APPLET(uname, uname_main, _BB_DIR_BIN, _BB_SUID_NEVER) 516 APPLET(uname, uname_main, _BB_DIR_BIN, _BB_SUID_NEVER)
517#endif 517#endif
518#ifdef CONFIG_GUNZIP 518#ifdef CONFIG_UNCOMPRESS
519# ifdef CONFIG_FEATURE_UNCOMPRESS 519 APPLET(uncompress, uncompress_main, _BB_DIR_BIN, _BB_SUID_NEVER)
520 APPLET_ODDNAME("uncompress", gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER, gunzip)
521# endif
522#endif 520#endif
523#ifdef CONFIG_UNIQ 521#ifdef CONFIG_UNIQ
524 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 522 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)