Modify applets to use libunarchive

This commit is contained in:
Glenn L McGrath
2001-10-25 14:26:05 +00:00
parent 95ebf618b7
commit 0d2fb76c11
6 changed files with 244 additions and 1368 deletions

View File

@@ -24,7 +24,7 @@ obj-y :=
obj-n :=
obj- :=
obj-$(CONFIG_APT_GET) += apt_get.o
obj-$(CONFIG_HOSTNAME) += hostname.o
obj-$(CONFIG_IFCONFIG) += ifconfig.o
obj-$(CONFIG_NC) += nc.o

View File

@@ -6,6 +6,7 @@
mainmenu_option next_comment
comment 'Networking Utilities'
bool 'apt_get' CONFIG_APT_GET
bool 'hostname' CONFIG_HOSTNAME
bool 'ifconfig' CONFIG_IFCONFIG
bool 'nc' CONFIG_NC