From: Felix Fietkau 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: http://git.lede-project.org./?a=commitdiff_plain;h=a366b4ea988b596318717589709dcf55295a1d10;p=openwrt%2Fstaging%2Fwigyori.git use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset SVN-Revision: 7953 --- 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 39b73539ee..de65f28ce8 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