diff options
author | Nigel Hathaway <Nigel.Hathaway@ubiquisys.com> | 2011-04-26 02:50:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-26 02:50:00 +0200 |
commit | fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5 (patch) | |
tree | ba67ed5f064e5380304682418be401ec08bc1521 /networking/udhcp/Config.src | |
parent | c37d4c67e85782001953a8bae8a9c65ccdcb2f88 (diff) | |
download | busybox-w32-fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5.tar.gz busybox-w32-fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5.tar.bz2 busybox-w32-fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5.zip |
udhcp: add FEATURE_UDHCP_8021Q option
function old new delta
dhcp_option_strings 217 237 +20
dhcp_optflags 64 68 +4
Signed-off-by: Nigel Hathaway <Nigel.Hathaway@ubiquisys.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r-- | networking/udhcp/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 9cd8cbbae..6bfa398ea 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -113,6 +113,14 @@ config FEATURE_UDHCP_RFC3397 | |||
113 | search lists via option 119, specified in RFC 3397, | 113 | search lists via option 119, specified in RFC 3397, |
114 | and SIP servers option 120, specified in RFC 3361. | 114 | and SIP servers option 120, specified in RFC 3361. |
115 | 115 | ||
116 | config FEATURE_UDHCP_8021Q | ||
117 | bool "Support for 802.1Q VLAN parameters" | ||
118 | default y | ||
119 | depends on UDHCPD || UDHCPC | ||
120 | help | ||
121 | If selected, both client and server will support passing of VLAN | ||
122 | ID and priority via options 132 and 133 as per 802.1Q. | ||
123 | |||
116 | config UDHCPC_DEFAULT_SCRIPT | 124 | config UDHCPC_DEFAULT_SCRIPT |
117 | string "Absolute path to config script" | 125 | string "Absolute path to config script" |
118 | default "/usr/share/udhcpc/default.script" | 126 | default "/usr/share/udhcpc/default.script" |