AA: odhcp6c: backport r37148
authorSteven Barth <cyrus@openwrt.org>
Wed, 3 Jul 2013 13:51:14 +0000 (13:51 +0000)
committerSteven Barth <cyrus@openwrt.org>
Wed, 3 Jul 2013 13:51:14 +0000 (13:51 +0000)
SVN-Revision: 37149

package/odhcp6c/Makefile
package/odhcp6c/files/dhcpv6.sh

index 8919d0920568b01528eea6ffab82adbe0085b0cc..a62e568c607b3ef1effe084fccb9b9abfd5779fa 100644 (file)
@@ -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
index 34b53c58b6b52c0f121cb114e3bd76c88fac39e1..bf6cd9aa6281ea44e2869f3263ab88de80bcf60a 100755 (executable)
@@ -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"
 }