diff options
author | Steven Barth <steven@midlink.org> | 2012-12-06 20:52:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2012-12-06 20:52:40 +0000 |
commit | e20634512b0c3945bce92ac79e65212c78ab0cf3 (patch) | |
tree | c80b98aea5fa59360ada4e754045f6a2ab1af096 /package/network/ipv6/ipv6-support/Makefile | |
parent | 555733dc194581eea97434a915675be7e26ae24a (diff) | |
download | master-187ad058-e20634512b0c3945bce92ac79e65212c78ab0cf3.tar.gz master-187ad058-e20634512b0c3945bce92ac79e65212c78ab0cf3.tar.bz2 master-187ad058-e20634512b0c3945bce92ac79e65212c78ab0cf3.zip |
ipv6-support: next iteration
* Introduce mode 6rd
* Introduce mode 6to4
* Fix announcement of DNS-Servers received from DHCPv6
* Fix some corner-cases in relaying behaviour
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ipv6-support/Makefile')
-rw-r--r-- | package/network/ipv6/ipv6-support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile index 21d5c00f95..c921105c9e 100644 --- a/package/network/ipv6/ipv6-support/Makefile +++ b/package/network/ipv6/ipv6-support/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6-support -PKG_VERSION:=2012-12-03 +PKG_VERSION:=2012-12-06 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |