diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-02-12 08:54:43 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-02-12 08:54:43 +0000 |
commit | 3194834c55c3f4753565664d98adf0c57e9e5f5f (patch) | |
tree | c3515d8fe41bbe20375f7381f074a9bf06837fcd /package/network/ipv6/odhcp6c/Makefile | |
parent | ef5c3bbb5f966864be63cbe5007578c6739c9546 (diff) | |
download | mtk-20170518-3194834c55c3f4753565664d98adf0c57e9e5f5f.zip mtk-20170518-3194834c55c3f4753565664d98adf0c57e9e5f5f.tar.gz mtk-20170518-3194834c55c3f4753565664d98adf0c57e9e5f5f.tar.bz2 |
odhcp6c: remove source-restriction from local routes again (broke relaying)
SVN-Revision: 39575
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 81982aa..157c202 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:=2014-02-06 +PKG_VERSION:=2014-02-12 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |