From b769729e20a149d9cb0455050b10927a153421f1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 25 Jun 2013 05:19:09 +0000 Subject: [PATCH] AA: odhcp6c: backport r37033 SVN-Revision: 37034 --- package/odhcp6c/Makefile | 2 +- package/odhcp6c/files/dhcpv6.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/odhcp6c/Makefile b/package/odhcp6c/Makefile index 4e1ecd35ab..8919d09205 100644 --- a/package/odhcp6c/Makefile +++ b/package/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2013-06-18 +PKG_VERSION:=2013-06-25 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 c5e77c65b4..34b53c58b6 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 "ifaceid" } proto_dhcpv6_setup() { -- 2.30.2