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:
parent
763150d116
commit
f4b5d8467f
@ -27,9 +27,9 @@ start() {
|
|||||||
fi
|
fi
|
||||||
include /lib/network
|
include /lib/network
|
||||||
scan_interfaces
|
scan_interfaces
|
||||||
config_load babel
|
config_load babeld
|
||||||
mkdir -p /var/lib
|
mkdir -p /var/lib
|
||||||
config_foreach babel_config babel
|
config_foreach babel_config babeld
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user