mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 00:20:14 +02:00
[backfire] merge r20935
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0f7e9e4592
commit
dc493fac54
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=dnsmasq
|
PKG_NAME:=dnsmasq
|
||||||
PKG_VERSION:=2.52
|
PKG_VERSION:=2.52
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
|
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
|
||||||
|
@ -296,9 +296,9 @@ dhcp_domain_add() {
|
|||||||
local raddr="${4:+$4.$3.$2.$1.in-addr.arpa}"
|
local raddr="${4:+$4.$3.$2.$1.in-addr.arpa}"
|
||||||
|
|
||||||
for name in $names; do
|
for name in $names; do
|
||||||
append args "-A /$name${DOMAIN:+.$DOMAIN}/$ip"
|
append args "-A /$name/$ip"
|
||||||
[ -n "$raddr" ] && \
|
[ -n "$raddr" ] && \
|
||||||
append args "--ptr-record=$raddr,$name${DOMAIN:+.$DOMAIN}"
|
append args "--ptr-record=$raddr,$name"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user