diff options
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 |