diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-15 13:08:05 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-15 13:08:05 +0000 |
commit | 41b3143aa88df745adcdf979208d99d98bd79065 (patch) | |
tree | c072985df368453675c6995878427b09f8f7a4be /package/network/ipv6/6in4/Makefile | |
parent | 0965757b0ddc0840bce200f9153c90891dc09bbd (diff) |
6in4: add support for native IPv6 prefix handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35171 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |