bzcat and bunzip -c support from Thomas Lundquist

This commit is contained in:
Glenn L McGrath
2001-11-18 14:20:25 +00:00
parent fedce06b7f
commit fff11f1ab7
3 changed files with 44 additions and 5 deletions

View File

@@ -68,6 +68,9 @@
APPLET(bunzip2, bunzip2_main, _BB_DIR_USR_BIN)
#endif
APPLET_NOUSAGE("busybox", busybox_main, _BB_DIR_BIN)
#ifdef CONFIG_BUNZIP2
APPLET(bzcat, bunzip2_main, _BB_DIR_USR_BIN)
#endif
#ifdef CONFIG_CAT
APPLET(cat, cat_main, _BB_DIR_BIN)
#endif