diff options
| author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-29 17:06:07 +0000 | 
|---|---|---|
| committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-29 17:06:07 +0000 | 
| commit | 09e5fb022a05546b1444cf7cb1d34a6e1129e497 (patch) | |
| tree | f34cbaf4263803a8f02b662f4e7490ddec41019a /package/base-files/files/lib/network/config.sh | |
| parent | 2bd31a667683983c69d6a5fde1d71a19f1c20a08 (diff) | |
[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
Diffstat (limited to 'package/base-files/files/lib/network/config.sh')
| -rwxr-xr-x | package/base-files/files/lib/network/config.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh index b59b1f232..4a6cb7cb4 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)  | 
