summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-07 10:54:03 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-07 10:54:03 +0000
commitded44978b7a4fd5825e3734987f2e4813783a821 (patch)
tree2b8b1eedf300bbb23974249ed46fda81befa89de /package
parent816d0cbd39c75ead6baca9332eebe18be5fb2224 (diff)
[package] netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/netifd/files/lib/netifd/proto/dhcp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/files/lib/netifd/proto/dhcp.sh b/package/netifd/files/lib/netifd/proto/dhcp.sh
index 1080dbf5e..70cfc86d1 100755
--- a/package/netifd/files/lib/netifd/proto/dhcp.sh
+++ b/package/netifd/files/lib/netifd/proto/dhcp.sh
@@ -22,7 +22,7 @@ proto_dhcp_setup() {
local opt dhcpopts
for opt in $reqopts; do
- append dhcpopts "-O opt"
+ append dhcpopts "-O $opt"
done
[ "$broadcast" = 1 ] && broadcast="-O broadcast" || broadcast=