re-enable udhcp in a few more places
This commit is contained in:
parent
7031f62d9b
commit
1b4e1dae71
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ vpath %/Config.in $(srctree)
|
|||||||
|
|
||||||
DIRS:=applets archival archival/libunarchive coreutils console-tools \
|
DIRS:=applets archival archival/libunarchive coreutils console-tools \
|
||||||
debianutils editors findutils init miscutils modutils networking \
|
debianutils editors findutils init miscutils modutils networking \
|
||||||
networking/libiproute procps loginutils shell \
|
networking/libiproute networking/udhcp procps loginutils shell \
|
||||||
sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
|
sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
|
||||||
|
|
||||||
SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
|
SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
|
||||||
|
@ -633,6 +633,8 @@ config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
|
|||||||
help
|
help
|
||||||
Add feature to allow for ICMP ECHO instead of UDP datagrams.
|
Add feature to allow for ICMP ECHO instead of UDP datagrams.
|
||||||
|
|
||||||
|
source networking/udhcp/Config.in
|
||||||
|
|
||||||
config CONFIG_VCONFIG
|
config CONFIG_VCONFIG
|
||||||
bool "vconfig"
|
bool "vconfig"
|
||||||
default n
|
default n
|
||||||
@ -679,4 +681,3 @@ config CONFIG_ZCIP
|
|||||||
in the busybox examples.
|
in the busybox examples.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user