mark Linux-specific configuration options
PLATFORM_LINUX is used as a dependency for applets or features which require Linux-specific interfaces. Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
b175462422
commit
1d7266d3b5
@@ -8,6 +8,7 @@ INSERT
|
||||
config UDHCPD
|
||||
bool "udhcp server (udhcpd)"
|
||||
default y
|
||||
depends on PLATFORM_LINUX
|
||||
help
|
||||
udhcpd is a DHCP server geared primarily toward embedded systems,
|
||||
while striving to be fully functional and RFC compliant.
|
||||
@@ -51,6 +52,7 @@ config DHCPD_LEASES_FILE
|
||||
config UDHCPC
|
||||
bool "udhcp client (udhcpc)"
|
||||
default y
|
||||
depends on PLATFORM_LINUX
|
||||
help
|
||||
udhcpc is a DHCP client geared primarily toward embedded systems,
|
||||
while striving to be fully functional and RFC compliant.
|
||||
|
||||
Reference in New Issue
Block a user