summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-01-14 01:56:23 +0000
committerMike Baker <mbm@openwrt.org>2006-01-14 01:56:23 +0000
commit2cb6a00ed093ad8d86f8c180cb99107803fda3da (patch)
treebbde9d9886cdc76d7d5822e01f5967b0cea960cb /openwrt/target/linux/package
parent77a13060490fa0d11b6ced5dbbd4c7cd6928163d (diff)
downloadmtk-20170518-2cb6a00ed093ad8d86f8c180cb99107803fda3da.zip
mtk-20170518-2cb6a00ed093ad8d86f8c180cb99107803fda3da.tar.gz
mtk-20170518-2cb6a00ed093ad8d86f8c180cb99107803fda3da.tar.bz2
enable ramdisk
SVN-Revision: 2969
Diffstat (limited to 'openwrt/target/linux/package')
-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 0000000..8ca48a0
--- /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