diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-09 13:54:22 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-09 13:54:22 +0000 |
commit | e333d81785a82a61cb6c2d7a761ddb4c9486842d (patch) | |
tree | e28f19e048a0e51c971e8729415ebf0cfaae16a3 /package/network/ipv6/ipv6-support/Makefile | |
parent | c07cd0a682e21ceeb56b44c5f5046eb653e81436 (diff) |
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 c921105c9..97bff4d08 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 |