mirror of https://github.com/hak5/openwrt.git
parent
0b4465de66
commit
665cebde37
|
@ -7,7 +7,7 @@ start() {
|
||||||
MD5="$(md5sum /dev/mtdblock/0 | awk '{print $1}')"
|
MD5="$(md5sum /dev/mtdblock/0 | awk '{print $1}')"
|
||||||
[ "$MD5" = "0530bfdf00ec155f4182afd70da028c1" ] && {
|
[ "$MD5" = "0530bfdf00ec155f4182afd70da028c1" ] && {
|
||||||
mtd unlock adam2
|
mtd unlock adam2
|
||||||
/sbin/adam2patcher /dev/mtdblock/0
|
/sbin/adam2patcher /dev/mtdblock0
|
||||||
}
|
}
|
||||||
disable
|
disable
|
||||||
rm -f /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&-
|
rm -f /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&-
|
||||||
|
|
Loading…
Reference in New Issue