summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 0ea2602..c5a90db 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -294,6 +294,10 @@
/* startup OLSR if needed */
setup_wireless_olsr();
+ /* startup routed if needed */
+ include_once("/usr/local/pkg/routed/routed.inc");
+ setup_routed();
+
/* enable watchdog if supported */
enable_watchdog();
OpenPOWER on IntegriCloud