diff options
author | Steven Barth <steven@midlink.org> | 2012-12-10 16:46:59 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2012-12-10 16:46:59 +0000 |
commit | c88dfafb1eebf5549b640d73199c8a5029237b58 (patch) | |
tree | 2a34232b3de5f48fa485eded09796ac4f5b8e215 /package/network/ipv6/ipv6-support/Makefile | |
parent | 06cba95902023da7e5bf74580ec8d9685ffa7e32 (diff) | |
download | master-187ad058-c88dfafb1eebf5549b640d73199c8a5029237b58.tar.gz master-187ad058-c88dfafb1eebf5549b640d73199c8a5029237b58.tar.bz2 master-187ad058-c88dfafb1eebf5549b640d73199c8a5029237b58.zip |
ipv6-support: Add support for NPT status tracking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34609 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 97bff4d084..a814b52fb6 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-08 +PKG_VERSION:=2012-12-10 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |