summaryrefslogtreecommitdiff
path: root/sources/target_skeleton/etc/init.d/S50networking
diff options
context:
space:
mode:
Diffstat (limited to 'sources/target_skeleton/etc/init.d/S50networking')
-rwxr-xr-xsources/target_skeleton/etc/init.d/S50networking7
1 files changed, 7 insertions, 0 deletions
diff --git a/sources/target_skeleton/etc/init.d/S50networking b/sources/target_skeleton/etc/init.d/S50networking
new file mode 100755
index 000000000..7104f3321
--- /dev/null
+++ b/sources/target_skeleton/etc/init.d/S50networking
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# start lo all the time
+ifconfig lo 127.0.0.1 up
+route add -net 127.0.0.0 netmask 255.0.0.0 lo
+
+hostname dev.null