diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:42 +0000 |
commit | e45af2a7000644dcf9e4e103bdcd6beec5b4c83b (patch) | |
tree | f7d17f1281c0d84e060422fe2218caad69ac0907 /package/om2p-watchdog/files/om2p-watchdog.init | |
parent | 4be5cd66f3782a5616aa3953fac81d92d6b647c7 (diff) | |
download | upstream-e45af2a7000644dcf9e4e103bdcd6beec5b4c83b.tar.gz upstream-e45af2a7000644dcf9e4e103bdcd6beec5b4c83b.tar.bz2 upstream-e45af2a7000644dcf9e4e103bdcd6beec5b4c83b.zip |
package: remove the om2p-watchdog package
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29649 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/om2p-watchdog/files/om2p-watchdog.init')
-rwxr-xr-x | package/om2p-watchdog/files/om2p-watchdog.init | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/om2p-watchdog/files/om2p-watchdog.init b/package/om2p-watchdog/files/om2p-watchdog.init deleted file mode 100755 index ddec85f7a0..0000000000 --- a/package/om2p-watchdog/files/om2p-watchdog.init +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh /etc/rc.common -# -# Copyright (C) 2011 OpenWrt.org -# - -START=11 - -boot() { - . /lib/ar71xx.sh - - local board=$(ar71xx_board_name) - - [ "$board" = "om2p" ] && /sbin/om2p-watchdog & -} |