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 | ddce7104e018b19d9ee7d9ad422e065ba13403fb (patch) | |
| tree | 82e212113eebcde841cf16835e64ca16687d6ed8 /target/linux/package/base-files/files/aruba-2.6 | |
| parent | 031e7066ff2031d95cbf7ecc52228b8247a659ca (diff) | |
enable ramdisk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/base-files/files/aruba-2.6')
| -rwxr-xr-x | target/linux/package/base-files/files/aruba-2.6/init | 3 |
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 000000000..8ca48a04c --- /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 |
