From: nbd Date: Fri, 13 Jul 2007 00:44:41 +0000 (+0000) Subject: use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/05d9e9fa59e39af282154d36b51d9e524b964e20 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 --- diff --git a/package/base-files/files/etc/hotplug.d/iface/10-routes b/package/base-files/files/etc/hotplug.d/iface/10-routes index 39b73539e..de65f28ce 100644 --- a/package/base-files/files/etc/hotplug.d/iface/10-routes +++ b/package/base-files/files/etc/hotplug.d/iface/10-routes @@ -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