diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-03-19 17:52:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-03-19 17:52:30 +0000 |
commit | 395698ec391b9aacacd52658f1073ef078af3bf1 (patch) | |
tree | 6d6be4f89b5d123d9719079dff93ea6a48396bc6 /package/dnsmasq/Makefile | |
parent | 0d9cb126a4145982988c4f6f2650d34c94cd09c6 (diff) | |
download | upstream-395698ec391b9aacacd52658f1073ef078af3bf1.tar.gz upstream-395698ec391b9aacacd52658f1073ef078af3bf1.tar.bz2 upstream-395698ec391b9aacacd52658f1073ef078af3bf1.zip |
support for the asus wl-500g deluxe and the buffalo v2 units. dnsmasq update, control file fixes. add back other boardtypes to make wl.o happy on other routers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 899bad799f..761b79843b 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.15 +PKG_VERSION:=2.20 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |