diff options
author | Steven Barth <steven@midlink.org> | 2012-12-09 13:54:22 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2012-12-09 13:54:22 +0000 |
commit | 03819fd978bd765144bf0cdd4b8be932a763639f (patch) | |
tree | e28f19e048a0e51c971e8729415ebf0cfaae16a3 /package/network/ipv6/ipv6-support/Makefile | |
parent | ae5c745c071ca39012c5d6a94195a3fd49e40b11 (diff) | |
download | master-187ad058-03819fd978bd765144bf0cdd4b8be932a763639f.tar.gz master-187ad058-03819fd978bd765144bf0cdd4b8be932a763639f.tar.bz2 master-187ad058-03819fd978bd765144bf0cdd4b8be932a763639f.zip |
ipv6-support: Next iteration
* Make ula_prefix a global option
* Add preliminary support for NAT (Linux >= 3.7, ip6tables >= 1.4.17)
* Minor fixes for prefix fallback
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34586 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 c921105c9e..97bff4d084 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-06 +PKG_VERSION:=2012-12-08 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |