diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 5 |
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 @@ #ifdef CONFIG_UNAME APPLET(uname, uname_main, _BB_DIR_BIN) #endif +#ifdef CONFIG_GUNZIP +# ifdef CONFIG_FEATURE_UNCOMPRESS + APPLET_ODDNAME("uncompress", gunzip_main, _BB_DIR_BIN, gunzip) +# endif +#endif #ifdef CONFIG_UNIQ APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) #endif |