mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 14:33:00 +00:00
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
mtd unlock mtd4
|
||
|
/usr/bin/killall5 -9
|
||
|
umount -ar
|
||
|
|