diff options
| author | Steven Barth <cyrus@openwrt.org> | 2012-12-09 13:54:22 +0000 |
|---|---|---|
| committer | Steven Barth <cyrus@openwrt.org> | 2012-12-09 13:54:22 +0000 |
| commit | a07ddb955f5a26143d6083ac6c4e85798c76328b (patch) | |
| tree | cb452d8fb1d6653a0728d16b3c347271bd09be7f /package/network/ipv6/ipv6-support/Makefile | |
| parent | 57d853ffc4fd718a4c28b5b7da0f4c467ceb83b5 (diff) | |
| download | mtk-20170518-a07ddb955f5a26143d6083ac6c4e85798c76328b.zip mtk-20170518-a07ddb955f5a26143d6083ac6c4e85798c76328b.tar.gz mtk-20170518-a07ddb955f5a26143d6083ac6c4e85798c76328b.tar.bz2 | |
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
SVN-Revision: 34586
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 c921105..97bff4d 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 |
