From bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 1 Nov 2002 23:38:54 +0000 Subject: Make uncompress a seperate applet so it doesnt pull in all the gunzip code --- include/applets.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/applets.h') 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 @@ #ifdef CONFIG_UNAME APPLET(uname, uname_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -#ifdef CONFIG_GUNZIP -# ifdef CONFIG_FEATURE_UNCOMPRESS - APPLET_ODDNAME("uncompress", gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER, gunzip) -# endif +#ifdef CONFIG_UNCOMPRESS + APPLET(uncompress, uncompress_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_UNIQ APPLET(uniq, uniq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) -- cgit v1.2.3