diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:08:05 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:08:05 +0000 |
commit | 2a94f67029eb9c58faca930687751f0ca7202050 (patch) | |
tree | 140b99e0e89c15d9d339374788002b11365e00d0 /package/network/ipv6/6in4/Makefile | |
parent | a1e92f6dd136564cd129b4ea5ac4a0860f030cb4 (diff) | |
download | upstream-2a94f67029eb9c58faca930687751f0ca7202050.tar.gz upstream-2a94f67029eb9c58faca930687751f0ca7202050.tar.bz2 upstream-2a94f67029eb9c58faca930687751f0ca7202050.zip |
6in4: add support for native IPv6 prefix handling
SVN-Revision: 35171
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index fcb0a7e756..cddf0372e5 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=12 +PKG_VERSION:=13 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |