diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | networking/Config.in | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -27,7 +27,7 @@ vpath %/Config.in $(srctree) | |||
27 | 27 | ||
28 | DIRS:=applets archival archival/libunarchive coreutils console-tools \ | 28 | DIRS:=applets archival archival/libunarchive coreutils console-tools \ |
29 | debianutils editors findutils init miscutils modutils networking \ | 29 | debianutils editors findutils init miscutils modutils networking \ |
30 | networking/libiproute procps loginutils shell \ | 30 | networking/libiproute networking/udhcp procps loginutils shell \ |
31 | sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb | 31 | sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb |
32 | 32 | ||
33 | SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) | 33 | SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) |
diff --git a/networking/Config.in b/networking/Config.in index 651b78512..e76002c0d 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -633,6 +633,8 @@ config CONFIG_FEATURE_TRACEROUTE_USE_ICMP | |||
633 | help | 633 | help |
634 | Add feature to allow for ICMP ECHO instead of UDP datagrams. | 634 | Add feature to allow for ICMP ECHO instead of UDP datagrams. |
635 | 635 | ||
636 | source networking/udhcp/Config.in | ||
637 | |||
636 | config CONFIG_VCONFIG | 638 | config CONFIG_VCONFIG |
637 | bool "vconfig" | 639 | bool "vconfig" |
638 | default n | 640 | default n |
@@ -679,4 +681,3 @@ config CONFIG_ZCIP | |||
679 | in the busybox examples. | 681 | in the busybox examples. |
680 | 682 | ||
681 | endmenu | 683 | endmenu |
682 | |||