From: Jo-Philipp Wich Date: Sat, 29 Jan 2011 17:06:07 +0000 (+0000) Subject: base-files: fix a typo in processing of additional dhcp request opts X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=a0b2eba08cbb4aa2f8164a9a12b24fef74d64a00 base-files: fix a typo in processing of additional dhcp request opts SVN-Revision: 25239 --- diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh index b59b1f2326..4a6cb7cb47 100755 --- a/package/base-files/files/lib/network/config.sh +++ b/package/base-files/files/lib/network/config.sh @@ -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)