From 36802e23cf892c0a3cb551a4efd7779d8fadab6f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 20 Apr 2007 15:16:51 +0000 Subject: copy adam2 patch from ar7-2.4 to ar7-2.6 SVN-Revision: 7014 --- target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 (limited to 'target/linux/ar7-2.6/base-files') diff --git a/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 b/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 new file mode 100755 index 0000000000..425bc15d69 --- /dev/null +++ b/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 @@ -0,0 +1,13 @@ +#!/bin/sh /etc/rc.common +# ADAM2 patcher for Netgear DG834 and compatible +# Copyright (C) 2006 OpenWrt.org + +START=00 +start() { + MD5="$(md5sum /dev/mtdblock/0 | awk '{print $1}')" + [ "$MD5" = "0530bfdf00ec155f4182afd70da028c1" ] && { + mtd unlock adam2 + /sbin/adam2patcher /dev/mtdblock/0 + } + rm -f /etc/init.d/S00adam2 /sbin/adam2patcher >&- 2>&- +} -- cgit v1.2.3