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-Tag: reboot~28688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a366b4ea988b596318717589709dcf55295a1d10;p=thirdparty%2Fopenwrt.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 39b73539eef..de65f28ce86 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