summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/base-files/files
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-14 01:56:23 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-14 01:56:23 +0000
commit699f83d9099bb5ab8b581a9f78ac7d0df169beb2 (patch)
treee1b1cfcc1e4a5c76fa9a66c2eeb180f3aaf5ced4 /openwrt/target/linux/package/base-files/files
parent6f9851834f6cf9a289f1cc91fb761117ce507cf4 (diff)
enable ramdisk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/base-files/files')
-rwxr-xr-xopenwrt/target/linux/package/base-files/files/aruba-2.6/init3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/base-files/files/aruba-2.6/init b/openwrt/target/linux/package/base-files/files/aruba-2.6/init
new file mode 100755
index 000000000..8ca48a04c
--- /dev/null
+++ b/openwrt/target/linux/package/base-files/files/aruba-2.6/init
@@ -0,0 +1,3 @@
+#!/bin/ash
+mount none /dev -t devfs
+exec /bin/busybox init