diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-07-18 05:44:50 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-07-18 05:44:50 +0000 |
commit | 706adb1601c83e43a07fb11b2fd2fa27612360e3 (patch) | |
tree | d60f093a693426964c769d26927d21ff13f4ba7e /package/network/ipv6/odhcp6c/Makefile | |
parent | 59671b844aedb33f2b40798c45b2d6403786df39 (diff) | |
download | upstream-706adb1601c83e43a07fb11b2fd2fa27612360e3.tar.gz upstream-706adb1601c83e43a07fb11b2fd2fa27612360e3.tar.bz2 upstream-706adb1601c83e43a07fb11b2fd2fa27612360e3.zip |
odhcp6c: add option "sourcefilter" to disable source filter
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46408
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 5bf43bd94d..75de54c493 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:=2015-07-13 +PKG_VERSION:=2015-07-18 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |