x86: remove the rdc subtarget, it was broken for ages and nobody cared
[openwrt.git] / target / linux / x86 / rdc / base-files / etc / diag.sh
diff --git a/target/linux/x86/rdc/base-files/etc/diag.sh b/target/linux/x86/rdc/base-files/etc/diag.sh
deleted file mode 100644 (file)
index 03796d7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2007-2013 OpenWrt.org
-
-. /lib/functions/leds.sh
-
-status_led="rdc321x:dmz"
-
-set_state() {
-       case "$1" in
-       preinit)
-               status_led_on
-               ;;
-       done)
-               status_led_off
-               ;;
-       esac
-}