diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-11-06 13:37:50 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-11-06 13:37:50 +0000 |
commit | 4e26b81c4819882e209c22a6ae892f0c11c76e1c (patch) | |
tree | 356e2895b7a6b4ceeaf44e7607beef07d6c17622 /package/network/services/odhcpd | |
parent | c32ad22e40062f7786777d58c96d505057b8a41c (diff) | |
download | upstream-4e26b81c4819882e209c22a6ae892f0c11c76e1c.tar.gz upstream-4e26b81c4819882e209c22a6ae892f0c11c76e1c.tar.bz2 upstream-4e26b81c4819882e209c22a6ae892f0c11c76e1c.zip |
odhcpd: disable flash-renumbering hack for non-64 prefixes
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43202
Diffstat (limited to 'package/network/services/odhcpd')
-rw-r--r-- | package/network/services/odhcpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index a2f9f9a20c..6617aadb29 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-10-18 +PKG_VERSION:=2014-11-06 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=b461334ab277b6e8fd1622ab7c8a655363bd3f6c +PKG_SOURCE_VERSION:=3b628005e66e90770b2757a4a02c1dee25ccb883 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |