projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05bb5f
)
dnsmasq: remove redundant code introduced with r20074
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 9 Mar 2010 01:41:06 +0000
(
01:41
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 9 Mar 2010 01:41:06 +0000
(
01:41
+0000)
SVN-Revision: 20079
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index 4f8ff9d0f870140cdbb5e14b4d9eb09c615b16fd..64eededba5e3538a3eaa8e6670a23b3959c329d2 100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-176,9
+176,6
@@
dhcp_host_add() {
config_get networkid "$cfg" networkid
[ -n "$networkid" ] && dhcp_option_add "$cfg" "$networkid"
- config_get macs "$cfg" mac
- [ -n "$macs" ] || return 0
-
config_get ip "$cfg" ip
[ -n "$ip" ] || return 0