aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-06-28 04:19:21 +0000
committerSteven Barth <steven@midlink.org>2013-06-28 04:19:21 +0000
commitbf72314fcbbd6175593400494cb13b89dcdbcb4b (patch)
treee4087d357f4a1bdf4925654ca2b51804ba2f04ef /package/network
parent405fb366b1bca253f97de49ada16a76913588e88 (diff)
downloadmaster-187ad058-bf72314fcbbd6175593400494cb13b89dcdbcb4b.tar.gz
master-187ad058-bf72314fcbbd6175593400494cb13b89dcdbcb4b.tar.bz2
master-187ad058-bf72314fcbbd6175593400494cb13b89dcdbcb4b.zip
netifd: fix typo in dhcp script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37051 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/netifd/Makefile2
-rwxr-xr-xpackage/network/config/netifd/files/lib/netifd/dhcp.script2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 4e05eb4e93..44335f8179 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/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/network/config/netifd/files/lib/netifd/dhcp.script b/package/network/config/netifd/files/lib/netifd/dhcp.script
index b365a53528..50163da514 100755
--- a/package/network/config/netifd/files/lib/netifd/dhcp.script
+++ b/package/network/config/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