mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
ar7: fix adam2patcher.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c2af31eb0
commit
1eea34af5d
@ -4,7 +4,7 @@
|
||||
|
||||
START=00
|
||||
start() {
|
||||
MD5="$(md5sum /dev/mtdblock/0 | awk '{print $1}')"
|
||||
MD5="$(md5sum /dev/mtdblock0 | awk '{print $1}')"
|
||||
[ "$MD5" = "0530bfdf00ec155f4182afd70da028c1" ] && {
|
||||
mtd unlock adam2
|
||||
/sbin/adam2patcher /dev/mtdblock0
|
||||
|
Loading…
Reference in New Issue
Block a user