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:
jow 2012-11-16 13:41:07 +00:00
parent d909d5d87f
commit 987d9dddaf
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -33,7 +33,7 @@ start_instance() {
}
start() {
. /lib/network/functions.sh
. /lib/functions/network.sh
config_load 'parprouted'
config_foreach start_instance 'parprouted'