mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
base-files: fix a typo in processing of additional dhcp request opts
SVN-Revision: 25239
This commit is contained in:
parent
e146d9b386
commit
a0b2eba08c
@ -363,7 +363,7 @@ setup_interface() {
|
||||
# additional request options
|
||||
local opt dhcpopts
|
||||
for opt in $reqopts; do
|
||||
append dhcpopts -O "$opt"
|
||||
append dhcpopts "-O $opt"
|
||||
done
|
||||
|
||||
# don't stay running in background if dhcp is not the main proto on the interface (e.g. when using pptp)
|
||||
|
Loading…
Reference in New Issue
Block a user