diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-18 12:04:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-18 12:04:02 +0200 |
commit | 9b7f5eba5fa07d65188d1f40b5bc244f0a2aa129 (patch) | |
tree | f80f2ff06193ad8e23f4aac85632ed1863b9fb9b /package/dnsmasq/Makefile | |
parent | c008b8741447a77371f3fd487830bfd7952dbdcd (diff) |
update gcc, binutils, gdb, linux kernel, dnsmasq and alsa
WARNING: tested only on qemu-x86
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 0cfa55f25..711a575fc 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= dnsmasq -PKG_VERSION:= 2.49 +PKG_VERSION:= 2.51 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7ccc861d8a733474f9c0a0a127006ee9 +PKG_MD5SUM:= 97465261a6de5258a3c3edfe51ca16a4 PKG_DESCR:= A lightweight DNS and DHCP server PKG_SECTION:= net PKG_URL:= http://thekelleys.org.uk/dnsmasq @@ -17,7 +17,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,DNSMASQ,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) BUILD_STYLE:= auto -INSTALL_STYLE= manual MAKE_FLAGS+= BINDIR=/usr/sbin MANDIR=/usr/man COPTS="${TCFLAGS}" ifneq ($(ADK_IPV6),y) MAKE_FLAGS+= COPTS="${TCFLAGS} -DNO_IPV6" |