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:
0127013
)
fix typo closes #2289
author
Travis Kemen
<thepeople@openwrt.org>
Thu, 30 Aug 2007 16:08:44 +0000
(16:08 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Thu, 30 Aug 2007 16:08:44 +0000
(16:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
8a5dc9a
..
93b51a5
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-173,7
+173,7
@@
dhcp_add() {
config_get ifname "$net" ifname
[ -n "$ifname" ] || return 0
- append_bool "$cfg" i
ng
ore "-I $ifname"
+ append_bool "$cfg" i
gn
ore "-I $ifname"
config_get proto "$net" proto
[ static = "$proto" ] || return 0