aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-01 11:20:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-11-01 11:20:49 +0000
commit0ed6243ba7913b9b7ee545569d6331303da764dd (patch)
tree0a479c5527eec254225adad3359eef066bb967e5 /target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
parent2fdf9ce8cb55eb4ffc801b590b6be9fde77d03eb (diff)
downloadmaster-187ad058-0ed6243ba7913b9b7ee545569d6331303da764dd.tar.gz
master-187ad058-0ed6243ba7913b9b7ee545569d6331303da764dd.tar.bz2
master-187ad058-0ed6243ba7913b9b7ee545569d6331303da764dd.zip
ar71xx: combine LEDs setup in one file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28704 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
deleted file mode 100755
index 2b904734ce..0000000000
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2010 OpenWrt.org
-#
-
-. /lib/ar71xx.sh
-
-board=$(ar71xx_board_name)
-
-tl_wr941nd_set_wlan_led() {
- uci batch <<EOF
-set system.wlan_led=led
-set system.wlan_led.name='WLAN'
-set system.wlan_led.sysfs='tp-link:green:wlan'
-set system.wlan_led.trigger='phy0tpt'
-commit system
-EOF
-}
-
-if [ "${board}" == "tl-wr941nd" ]; then
- tl_wr941nd_set_wlan_led
-fi