summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 6818bbe..6b04a19 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -32,7 +32,7 @@
/* parse the configuration and include all functions used below */
require_once("globals.inc");
require_once("config.inc");
-require_once("functions.inc");
+require_once("interfaces.inc");
function handle_argument_group($iface, $argument2) {
global $config;
@@ -88,4 +88,4 @@ if ($g['booting'] == true) {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud