diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-03-13 10:40:56 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-03-13 10:40:56 +0000 |
commit | 7ac0057c1f3a2daf2d90021799c5cc9def77b905 (patch) | |
tree | 88e43a840dabcc63bd6994d4dab1a69678e3c7f6 /package/network/ipv6/odhcp6c/Makefile | |
parent | edd75e332c01b7156d18f71774aa7da042140296 (diff) | |
download | upstream-7ac0057c1f3a2daf2d90021799c5cc9def77b905.tar.gz upstream-7ac0057c1f3a2daf2d90021799c5cc9def77b905.tar.bz2 upstream-7ac0057c1f3a2daf2d90021799c5cc9def77b905.zip |
odhcp6c: pass on delegate-flag on to ds-lite interface
SVN-Revision: 39910
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 0b98b68232..d843c1076e 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-03-11 +PKG_VERSION:=2014-03-13 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |