aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index aaac6a9d4..6d01901a3 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -467,6 +467,11 @@
467#ifdef CONFIG_UNAME 467#ifdef CONFIG_UNAME
468 APPLET(uname, uname_main, _BB_DIR_BIN) 468 APPLET(uname, uname_main, _BB_DIR_BIN)
469#endif 469#endif
470#ifdef CONFIG_GUNZIP
471# ifdef CONFIG_FEATURE_UNCOMPRESS
472 APPLET_ODDNAME("uncompress", gunzip_main, _BB_DIR_BIN, gunzip)
473# endif
474#endif
470#ifdef CONFIG_UNIQ 475#ifdef CONFIG_UNIQ
471 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) 476 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
472#endif 477#endif