parprouted: fix init script (#12474)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d909d5d87f
commit
987d9dddaf
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=parprouted
|
||||
PKG_VERSION:=0.64
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.hazard.maks.net/parprouted/
|
||||
|
@ -33,7 +33,7 @@ start_instance() {
|
||||
}
|
||||
|
||||
start() {
|
||||
. /lib/network/functions.sh
|
||||
. /lib/functions/network.sh
|
||||
|
||||
config_load 'parprouted'
|
||||
config_foreach start_instance 'parprouted'
|
||||
|
Loading…
x
Reference in New Issue
Block a user