mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 07:51:05 +02:00
[package] netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32098 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
816d0cbd39
commit
ded44978b7
@ -22,7 +22,7 @@ proto_dhcp_setup() {
|
||||
|
||||
local opt dhcpopts
|
||||
for opt in $reqopts; do
|
||||
append dhcpopts "-O opt"
|
||||
append dhcpopts "-O $opt"
|
||||
done
|
||||
|
||||
[ "$broadcast" = 1 ] && broadcast="-O broadcast" || broadcast=
|
||||
|
Loading…
x
Reference in New Issue
Block a user