diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 17:52:30 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 17:52:30 +0000 |
commit | a3dc4fa5ae2a92dbc70c5ab7c403bad347a0c367 (patch) | |
tree | 2a788ac1f4836689709f47c5cac6ffeb46d96eb2 /openwrt/package/dnsmasq/Makefile | |
parent | 68951232dd98b702ffd5f84f5fd8d4b4bc3f53d4 (diff) |
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@390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dnsmasq/Makefile')
-rw-r--r-- | openwrt/package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile index 899bad799..761b79843 100644 --- a/openwrt/package/dnsmasq/Makefile +++ b/openwrt/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 |