aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/Makefile2
-rw-r--r--networking/config.in1
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