aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitb8084862666d442895f1a10052e61fe7ca943f75 (patch)
tree82e212113eebcde841cf16835e64ca16687d6ed8 /target/linux/package
parentce8507f2ef5a200fdcf7c873f682fe61fe531718 (diff)
downloadupstream-b8084862666d442895f1a10052e61fe7ca943f75.tar.gz
upstream-b8084862666d442895f1a10052e61fe7ca943f75.tar.bz2
upstream-b8084862666d442895f1a10052e61fe7ca943f75.zip
enable ramdisk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rwxr-xr-xtarget/linux/package/base-files/files/aruba-2.6/init3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/package/base-files/files/aruba-2.6/init b/target/linux/package/base-files/files/aruba-2.6/init
new file mode 100755
index 0000000000..8ca48a04c1
--- /dev/null
+++ b/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