mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 22:29:41 +02:00
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
mtd unlock mtd4
|
||
|
/usr/bin/killall5 -9
|
||
|
umount -ar
|
||
|
|