aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-07-03 13:51:14 +0000
committerSteven Barth <steven@midlink.org>2013-07-03 13:51:14 +0000
commit3653e6e54d43fe76418e0c0a61c7a6d769b6f340 (patch)
tree86d3d9195fff0f878981f2388866897a1f34164d
parent1da638576cc1d02deb2ce04c54d73bf1ae262b15 (diff)
downloadupstream-3653e6e54d43fe76418e0c0a61c7a6d769b6f340.tar.gz
upstream-3653e6e54d43fe76418e0c0a61c7a6d769b6f340.tar.bz2
upstream-3653e6e54d43fe76418e0c0a61c7a6d769b6f340.zip
AA: odhcp6c: backport r37148
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37149 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/odhcp6c/Makefile2
-rwxr-xr-xpackage/odhcp6c/files/dhcpv6.sh1
2 files changed, 2 insertions, 1 deletions
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"
}