1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 22:11:05 +02:00

use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7953 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-13 00:44:41 +00:00
parent fa2a6d6883
commit 05d9e9fa59

View File

@ -35,7 +35,7 @@ case "$ACTION" in
ifup)
include /lib/network
scan_interfaces
config_load /var/state/network
. /var/state/network
config_foreach "add_route" route
;;
esac