mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
netifd: fix typo in dhcp script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37051 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
405fb366b1
commit
bf72314fcb
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user