diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 14:26:05 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 14:26:05 +0000 |
commit | 0d2fb76c11be8d9902bca7a62d4d66f1df314fa0 (patch) | |
tree | 9dee29939c91e2e4c45efa7e4f4098fca423947e /networking | |
parent | 95ebf618b78814ef250bf40737816784cdaef74d (diff) | |
download | busybox-0d2fb76c11be8d9902bca7a62d4d66f1df314fa0.tar.gz |
Modify applets to use libunarchive
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Makefile | 2 | ||||
-rw-r--r-- | networking/config.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/networking/Makefile b/networking/Makefile index 4dd0cdb56..bc110eefc 100644 --- a/networking/Makefile +++ b/networking/Makefile @@ -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 diff --git a/networking/config.in b/networking/config.in index 577d925c3..95cda42d8 100644 --- a/networking/config.in +++ b/networking/config.in @@ -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 |