diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-29 10:13:44 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-29 10:13:44 +0000 |
commit | 1a0b207d61cfbc2f7a2cf283482b1cfc1f5373fe (patch) | |
tree | 60eea5b30b01af91994c531c5f8464002be6b34d /package/network/ipv6/odhcp6c/Makefile | |
parent | fac1ed35ac8d3859e42e77324b56086aba454cdf (diff) | |
download | mtk-20170518-1a0b207d61cfbc2f7a2cf283482b1cfc1f5373fe.zip mtk-20170518-1a0b207d61cfbc2f7a2cf283482b1cfc1f5373fe.tar.gz mtk-20170518-1a0b207d61cfbc2f7a2cf283482b1cfc1f5373fe.tar.bz2 |
odhcp6c: remove IPv6 forwarding-sysctl workaround
SVN-Revision: 35370
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 0d66272..6ac2c67 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2013-01-28 +PKG_VERSION:=2013-01-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |