diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-29 14:27:54 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-29 14:27:54 +0000 |
commit | 7aa11efc1796c29d446eca99ec7d9bc7ed2c0072 (patch) | |
tree | 68991157c40028c3c75e338767cc54f5effa8190 /target/linux/ar7/base-files/default/etc/init.d | |
parent | 59219c44303df04689fe43e06abed38e1cf13848 (diff) |
get rid of per-profile base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/base-files/default/etc/init.d')
-rwxr-xr-x | target/linux/ar7/base-files/default/etc/init.d/adam2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ar7/base-files/default/etc/init.d/adam2 b/target/linux/ar7/base-files/default/etc/init.d/adam2 deleted file mode 100755 index 6b786270e..000000000 --- a/target/linux/ar7/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/mtdblock0 | awk '{print $1}')" - [ "$MD5" = "0530bfdf00ec155f4182afd70da028c1" ] && { - mtd unlock adam2 - /sbin/adam2patcher /dev/mtdblock0 - } - rm -f /etc/rc.d/S${START}adam2 /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&- -} |