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