From fa3e19f17ceea9c03a3a4ccb90b7140195a2222c Mon Sep 17 00:00:00 2001 From: kerneis Date: Tue, 13 Dec 2011 14:29:32 +0000 Subject: [PATCH] [packages] ahcpd: upgrade to upstream release 0.53 8 December 2011: ahcpd 0.53 * Fixed a longstanding bug that would cause a client to immediately deconfigure itself after successfully renewing a lease. * Set AHCP packets' TOS field as network control (thanks to Dave Taht). git-svn-id: svn://svn.openwrt.org/openwrt/packages@29511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/ahcpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipv6/ahcpd/Makefile b/ipv6/ahcpd/Makefile index a29e2b0fa..4d41bdf1f 100644 --- a/ipv6/ahcpd/Makefile +++ b/ipv6/ahcpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ahcpd -PKG_VERSION:=0.52 -PKG_RELEASE:=4 +PKG_VERSION:=0.53 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ -PKG_MD5SUM:=a354b55e775c9f7d26561de360309358 +PKG_MD5SUM:=a1a610bf20965aa522cd766bf3d5829a include $(INCLUDE_DIR)/package.mk -- 2.11.0