mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 09:13:09 +02:00
4 lines
59 B
Plaintext
4 lines
59 B
Plaintext
|
#!/bin/ash
|
||
|
mount none /dev -t devfs
|
||
|
exec /bin/busybox init
|