Browse Source

odhcp6c: add missing config parameter

SVN-Revision: 37148
Steven Barth 12 years ago
parent
commit
b9aa47d5b6

+ 1 - 1
package/network/ipv6/odhcp6c/Makefile

@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=odhcp6c
 PKG_NAME:=odhcp6c
-PKG_VERSION:=2013-06-25
+PKG_VERSION:=2013-06-25.1
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

+ 1 - 0
package/network/ipv6/odhcp6c/files/dhcpv6.sh

@@ -12,6 +12,7 @@ proto_dhcpv6_init_config() {
 	proto_config_add_string "noslaaconly"
 	proto_config_add_string "noslaaconly"
 	proto_config_add_string "norelease"
 	proto_config_add_string "norelease"
 	proto_config_add_string "ip6prefix"
 	proto_config_add_string "ip6prefix"
+	proto_config_add_string "iface_dslite"
 	proto_config_add_string "ifaceid"
 	proto_config_add_string "ifaceid"
 }
 }