diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-28 13:53:43 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-28 13:53:43 +0000 |
commit | e964fa5d8f49edc5e731a82b1600313369b0ecaf (patch) | |
tree | 85c5ebac1c971945b4f80651cbf2c3d2c25bb4d2 /package/network/ipv6/odhcp6c/Makefile | |
parent | 5f735b291fadd239a04acabecebe3e5c77255ba4 (diff) | |
download | upstream-e964fa5d8f49edc5e731a82b1600313369b0ecaf.tar.gz upstream-e964fa5d8f49edc5e731a82b1600313369b0ecaf.tar.bz2 upstream-e964fa5d8f49edc5e731a82b1600313369b0ecaf.zip |
odhcp6c: work-around for proto-script to avoid loosing the default route
SVN-Revision: 35345
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 dc729fc4b9..0d66272ef2 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-21 +PKG_VERSION:=2013-01-28 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |