From f472d78868cbc8d8e218a7f66c50f1c8988ba43d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 3 May 2007 16:42:37 +0000 Subject: nuke ar7-2.4 (old code, dsl driver no longer compiles, replaced by ar7-2.6) SVN-Revision: 7087 --- target/linux/ar7-2.4/base-files/default/etc/init.d/adam2 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 target/linux/ar7-2.4/base-files/default/etc/init.d/adam2 (limited to 'target/linux/ar7-2.4/base-files/default/etc/init.d') diff --git a/target/linux/ar7-2.4/base-files/default/etc/init.d/adam2 b/target/linux/ar7-2.4/base-files/default/etc/init.d/adam2 deleted file mode 100755 index 425bc15d69..0000000000 --- a/target/linux/ar7-2.4/base-files/default/etc/init.d/adam2 +++ /dev/null @@ -1,13 +0,0 @@ -#!/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