netifd: fix typo in dhcp script

SVN-Revision: 37051
This commit is contained in:
Steven Barth 2013-06-28 04:19:21 +00:00
parent f5a0a578f8
commit d8051a8814
2 changed files with 2 additions and 2 deletions

View 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

View file

@ -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