diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-27 15:47:53 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-27 15:47:53 +0000 |
commit | 517ebc0869b32f6be00a98d81f9fc4074a5103fa (patch) | |
tree | c34ca3f920c16f2590c1a1d80e2742fdfbfb069a /package/network/ipv6/ipv6-support/Makefile | |
parent | 195094b0164ab7dd34920498d71cf4ddd4834885 (diff) |
ipv6-support: Remove site-border feature
* was causing routing problems
* will be reimplemented using firewall
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34898 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 a8df354783..634dc5d74b 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-27 +PKG_VERSION:=2012-12-28 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |