diff options
author | Steven Barth <steven@midlink.org> | 2013-06-28 04:20:18 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-06-28 04:20:18 +0000 |
commit | 413a89679ae834d11a002f9c89a52f2f50c14072 (patch) | |
tree | b0ed6c302ad74ac12f4d8df08470012e378dd777 | |
parent | 8d50f2c8c9a6e09516575392186e05f7ed3adc69 (diff) | |
download | upstream-413a89679ae834d11a002f9c89a52f2f50c14072.tar.gz upstream-413a89679ae834d11a002f9c89a52f2f50c14072.tar.bz2 upstream-413a89679ae834d11a002f9c89a52f2f50c14072.zip |
AA: netifd: backport r37051
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37052 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/netifd/Makefile | 2 | ||||
-rwxr-xr-x | package/netifd/files/lib/netifd/dhcp.script | 2 |
2 files changed, 2 insertions, 2 deletions
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 |