netifd: fix typo in dhcp script
authorSteven Barth <cyrus@openwrt.org>
Fri, 28 Jun 2013 04:19:21 +0000 (04:19 +0000)
committerSteven Barth <cyrus@openwrt.org>
Fri, 28 Jun 2013 04:19:21 +0000 (04:19 +0000)
SVN-Revision: 37051

package/network/config/netifd/Makefile
package/network/config/netifd/files/lib/netifd/dhcp.script

index 4e05eb4e93a316c9f7bc6a44365165c743501d0a..44335f81794d5bb07f063e7a1ab90a9a144b03fe 100644 (file)
@@ -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
index b365a53528fdf4ad900ebad1f9f8b62a08825a8f..50163da514301928849120f678eb4a59300af752 100755 (executable)
@@ -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