mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
mdev fix
SVN-Revision: 7019
This commit is contained in:
parent
0b4465de66
commit
665cebde37
@ -7,7 +7,7 @@ start() {
|
||||
MD5="$(md5sum /dev/mtdblock/0 | awk '{print $1}')"
|
||||
[ "$MD5" = "0530bfdf00ec155f4182afd70da028c1" ] && {
|
||||
mtd unlock adam2
|
||||
/sbin/adam2patcher /dev/mtdblock/0
|
||||
/sbin/adam2patcher /dev/mtdblock0
|
||||
}
|
||||
disable
|
||||
rm -f /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&-
|
||||
|
Loading…
Reference in New Issue
Block a user