babel: fix references to config file and section in the init script (thx, alx)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18874 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-12-21 03:39:21 +00:00
parent 763150d116
commit f4b5d8467f

View File

@ -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() {