From: Felix Fietkau Date: Mon, 21 Dec 2009 03:39:21 +0000 (+0000) Subject: babel: fix references to config file and section in the init script (thx, alx) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=589f7698e0dbba9a99759f3dbb68ff45e554186a babel: fix references to config file and section in the init script (thx, alx) SVN-Revision: 18874 --- diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 12fa90e2e8..a7e45875e5 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -27,9 +27,9 @@ start() { fi include /lib/network scan_interfaces - config_load babel + config_load babeld mkdir -p /var/lib - config_foreach babel_config babel + config_foreach babel_config babeld } stop() {