netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)

SVN-Revision: 32098
lede-17.01
Jo-Philipp Wich 2012-06-07 10:54:03 +00:00
parent 6e5242952c
commit 1760bf569a
1 changed files with 1 additions and 1 deletions

View File

@ -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=