mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 16:44:04 +02:00
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
mtd unlock mtd4
|
||
|
/usr/bin/killall5 -9
|
||
|
umount -ar
|
||
|
|