diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-05-19 07:53:08 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-05-19 07:53:08 +0000 |
commit | 08f057c703fca370fd2f212eef6e0122028be023 (patch) | |
tree | ab36479b9a4bbdc9245af4dcfd80acbac2771c98 /package/network/ipv6/odhcp6c/Makefile | |
parent | 12969569086d18bd6ee4235224ea098607e860b9 (diff) | |
download | upstream-08f057c703fca370fd2f212eef6e0122028be023.tar.gz upstream-08f057c703fca370fd2f212eef6e0122028be023.tar.bz2 upstream-08f057c703fca370fd2f212eef6e0122028be023.zip |
ipv6: remove now unneeded source-dest-routing workarounds
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45700
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 d5b1700d37..c53a523f68 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-05-16 +PKG_VERSION:=2015-05-19 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |