diff options
author | Glenn L McGrath | 2002-12-08 22:17:54 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-08 22:17:54 +0000 |
commit | 6b5bd0e5abbfb6b3b925dfd8452c72589569981b (patch) | |
tree | 19011ddf9f89ae7b4f9245154520e0605984c6e7 /networking/udhcp/Config.in | |
parent | c4698b36682b0bccae2fa1f70460aacaef306313 (diff) | |
download | busybox-6b5bd0e5abbfb6b3b925dfd8452c72589569981b.zip busybox-6b5bd0e5abbfb6b3b925dfd8452c72589569981b.tar.gz |
Support using ip in udhcpc scripts.
Slightly modified version of patch by Bastian Blank
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 5baaa6a..674470a 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in @@ -38,5 +38,14 @@ config CONFIG_FEATURE_UDHCP_DEBUG help Please submit a patch to add help text for this item. +config CONFIG_FEATURE_UDHCPC_IP + bool " Compile udhcpc with ip support" + default n + depends on CONFIG_UDHCPC + help + Say yes if you are using the ip command instead of route and ifconfig + in your scripts to bring up the interface. + This is needed as ip wants the subnet as a bitprefix not an ip value. + endmenu |