projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49579bf
)
[package] base-files: fix a typo in processing of additional dhcp request opts
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 29 Jan 2011 17:06:07 +0000
(17:06 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 29 Jan 2011 17:06:07 +0000
(17:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25239
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index
b59b1f2
..
4a6cb7c
100755
(executable)
--- 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)