diff options
author | Mike Baker <mbm@openwrt.org> | 2006-01-14 01:56:23 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-01-14 01:56:23 +0000 |
commit | 2cb6a00ed093ad8d86f8c180cb99107803fda3da (patch) | |
tree | bbde9d9886cdc76d7d5822e01f5967b0cea960cb /openwrt/target/linux/package | |
parent | 77a13060490fa0d11b6ced5dbbd4c7cd6928163d (diff) | |
download | mtk-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-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 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 |