mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-12 07:24:22 +00:00
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
mtd unlock mtd4
|
||
|
/usr/bin/killall5 -9
|
||
|
umount -ar
|
||
|
|