diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-17 06:03:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-17 06:03:42 +0000 |
commit | d3ea787445646907237906a5c33c49fed6a95a68 (patch) | |
tree | b6060817dc9101f3c51a2112d572a3d705938fc9 /target/linux | |
parent | 303bd313cb92ea53f6e8391f4cfa0d8afd87a98f (diff) | |
download | master-187ad058-d3ea787445646907237906a5c33c49fed6a95a68.tar.gz master-187ad058-d3ea787445646907237906a5c33c49fed6a95a68.tar.bz2 master-187ad058-d3ea787445646907237906a5c33c49fed6a95a68.zip |
ramips: remove unnecessary LED declaration for WT1520 in diag.sh
This device doesn't have defined LEDs in its dts file.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 1e0a15efce..b776070e06 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -208,9 +208,6 @@ get_status_led() { wnce2001) status_led="netgear:green:power" ;; - nexx-wt1520) - status_led="nexx-wt1520:white:power" - ;; wt3020) status_led="nexx:blue:power" ;; |