diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-03-26 10:12:49 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-03-26 10:12:49 +0000 |
commit | 0555ebf66d415045b176181cde25ba2ed063c09d (patch) | |
tree | 7e4c9b3cc2e88b27a8c4dfb6d1877d923e7d16e1 /package/network/ipv6/odhcp6c/Makefile | |
parent | 2a893c205727686089887358498248ea21a91106 (diff) | |
download | upstream-0555ebf66d415045b176181cde25ba2ed063c09d.tar.gz upstream-0555ebf66d415045b176181cde25ba2ed063c09d.tar.bz2 upstream-0555ebf66d415045b176181cde25ba2ed063c09d.zip |
6rd / ds-lite: make the firewall-zones of nested-protocols configurable
SVN-Revision: 40020
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index d843c1076e..78ac07e90b 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2014-03-13 +PKG_VERSION:=2014-03-26 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/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=9c7c654cb2d5ac6ac536f603cd5a9372416e91da +PKG_SOURCE_VERSION:=6c8109e0c77d5a54950ba607d1ec1f83d5efb5b7 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> include $(INCLUDE_DIR)/package.mk |