aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/aruba-2.6
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/aruba-2.6')
-rw-r--r--package/base-files/aruba-2.6/etc/config/network5
-rwxr-xr-xpackage/base-files/aruba-2.6/etc/init.d/S00aruba4
-rwxr-xr-xpackage/base-files/aruba-2.6/init3
3 files changed, 12 insertions, 0 deletions
diff --git a/package/base-files/aruba-2.6/etc/config/network b/package/base-files/aruba-2.6/etc/config/network
new file mode 100644
index 0000000000..f60332cd8c
--- /dev/null
+++ b/package/base-files/aruba-2.6/etc/config/network
@@ -0,0 +1,5 @@
+# Network configuration file
+
+## LAN configuration
+lan_ifname="eth0"
+lan_proto="dhcp"
diff --git a/package/base-files/aruba-2.6/etc/init.d/S00aruba b/package/base-files/aruba-2.6/etc/init.d/S00aruba
new file mode 100755
index 0000000000..9836de423b
--- /dev/null
+++ b/package/base-files/aruba-2.6/etc/init.d/S00aruba
@@ -0,0 +1,4 @@
+#!/bin/sh
+mount none /proc -t proc
+mount_root failsafe
+mount -o remount,rw /dev/root /
diff --git a/package/base-files/aruba-2.6/init b/package/base-files/aruba-2.6/init
new file mode 100755
index 0000000000..8ca48a04c1
--- /dev/null
+++ b/package/base-files/aruba-2.6/init
@@ -0,0 +1,3 @@
+#!/bin/ash
+mount none /dev -t devfs
+exec /bin/busybox init