1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 00:42:02 +03:00

[package] base-files: fix a typo in processing of additional dhcp request opts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25239 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-01-29 17:06:07 +00:00
parent 2bd31a6676
commit 09e5fb022a

View File

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