diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-02-01 13:38:47 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-02-01 13:38:47 +0000 |
commit | e2193a69c83506ceaddefb2fd3f175059e1b5bcc (patch) | |
tree | 38e34a020d9185e177d13db4e9f41e9093b19da8 /package/network/ipv6/odhcp6c/Makefile | |
parent | 6a43437908e507bdca1cdf8c0534a1f88dd1e6e4 (diff) | |
download | upstream-e2193a69c83506ceaddefb2fd3f175059e1b5bcc.tar.gz upstream-e2193a69c83506ceaddefb2fd3f175059e1b5bcc.tar.bz2 upstream-e2193a69c83506ceaddefb2fd3f175059e1b5bcc.zip |
odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requested
SVN-Revision: 35421
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 7b616c9c91..30ec89e43a 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2013-02-01 +PKG_VERSION:=2013-02-01.1 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=7b3e29a4ff20f1b1e91fa65b5a0631462dbee06d +PKG_SOURCE_VERSION:=6016539b9b73f3dc45b3df92554fca1b5d6431b7 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> include $(INCLUDE_DIR)/package.mk |