From: Steven Barth Date: Fri, 28 Jun 2013 04:20:18 +0000 (+0000) Subject: AA: netifd: backport r37051 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e19e578bb08367be1ae6af04659a0292b18318c4 AA: netifd: backport r37051 SVN-Revision: 37052 --- diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 4e05eb4e93..44335f8179 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2013-06-18 +PKG_VERSION:=2013-06-18.1 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git diff --git a/package/netifd/files/lib/netifd/dhcp.script b/package/netifd/files/lib/netifd/dhcp.script index b365a53528..50163da514 100755 --- a/package/netifd/files/lib/netifd/dhcp.script +++ b/package/netifd/files/lib/netifd/dhcp.script @@ -50,7 +50,7 @@ set network.$IFACE6RD.auto=0 set network.$IFACE6RD.peeraddr=$ip6rdbr set network.$IFACE6RD.ip4prefixlen=$v4mask set network.$IFACE6RD.ip6prefix=$ip6rdprefix -set network.$IFCAE6RD.ip6prefixlen=$ip6rdprefixlen +set network.$IFACE6RD.ip6prefixlen=$ip6rdprefixlen commit network EOF