From: Steven Barth Date: Wed, 3 Jul 2013 13:51:14 +0000 (+0000) Subject: AA: odhcp6c: backport r37148 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=082fdcad113a2be44027827805d0fb02945c7b84;p=openwrt%2Fsvn-archive%2Farchive.git AA: odhcp6c: backport r37148 SVN-Revision: 37149 --- diff --git a/package/odhcp6c/Makefile b/package/odhcp6c/Makefile index 8919d09205..a62e568c60 100644 --- a/package/odhcp6c/Makefile +++ b/package/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2013-06-25 +PKG_VERSION:=2013-06-25.1 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/package/odhcp6c/files/dhcpv6.sh b/package/odhcp6c/files/dhcpv6.sh index 34b53c58b6..bf6cd9aa62 100755 --- a/package/odhcp6c/files/dhcpv6.sh +++ b/package/odhcp6c/files/dhcpv6.sh @@ -12,6 +12,7 @@ proto_dhcpv6_init_config() { proto_config_add_string "noslaaconly" proto_config_add_string "norelease" proto_config_add_string "ip6prefix" + proto_config_add_string "iface_dslite" proto_config_add_string "ifaceid" }