diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:49 +0000 |
commit | 43e2e2e4eff3b29ca9828eef0690614ea9bb912f (patch) | |
tree | e07451cef398b2548e7e711aa051264131883755 /target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd | |
parent | f372620ffae0edbcc501995fcedf34eba8607b5b (diff) | |
download | upstream-43e2e2e4eff3b29ca9828eef0690614ea9bb912f.tar.gz upstream-43e2e2e4eff3b29ca9828eef0690614ea9bb912f.tar.bz2 upstream-43e2e2e4eff3b29ca9828eef0690614ea9bb912f.zip |
ar71xx: combine LEDs setup in one file
SVN-Revision: 28704
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr941nd | 22 |
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 |