diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 01:56:23 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 01:56:23 +0000 |
commit | 699f83d9099bb5ab8b581a9f78ac7d0df169beb2 (patch) | |
tree | e1b1cfcc1e4a5c76fa9a66c2eeb180f3aaf5ced4 /openwrt/target/linux/package | |
parent | 6f9851834f6cf9a289f1cc91fb761117ce507cf4 (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')
-rwxr-xr-x | openwrt/target/linux/package/base-files/files/aruba-2.6/init | 3 |
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 0000000000..8ca48a04c1 --- /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 |