diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-27 14:10:17 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-27 14:10:17 +0000 |
commit | 9b62f5ffbad9d889cc4d148b78f694578fbee27f (patch) | |
tree | f9050e854a1dad18617599db6f96e719562a1639 /package/network/ipv6/ipv6-support/Makefile | |
parent | 49fe1fed52b80df30f6be64488fa038a7ce94f3e (diff) |
ipv6-support:
* Automatically detect and propagate MTU from upstream interfaces
* Add site-border feature (RFC 6204, ULA-4)
* Fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34896 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 76c97c2098..a8df354783 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-23 +PKG_VERSION:=2012-12-27 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |