diff options
author | Steven Barth <steven@midlink.org> | 2013-01-13 17:25:43 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-01-13 17:25:43 +0000 |
commit | c5752d0129a1fe61bf3ec588dfc37c5c2e815048 (patch) | |
tree | 63e2b535aed7200a7aaff964e1ba631b8c5ce560 /package/network/ipv6/ipv6-support/Makefile | |
parent | ae972de3fb204575f11e5130ab17a212cd949de7 (diff) | |
download | master-187ad058-c5752d0129a1fe61bf3ec588dfc37c5c2e815048.tar.gz master-187ad058-c5752d0129a1fe61bf3ec588dfc37c5c2e815048.tar.bz2 master-187ad058-c5752d0129a1fe61bf3ec588dfc37c5c2e815048.zip |
ipv6-support: don't use disable_ipv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35134 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 0d596d4d3b..74286e79b8 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:=2013-01-02 +PKG_VERSION:=2013-01-13 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |