From 4abdb0bd87027acdae476a8c04806bdaf8bf40ae Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 25 Mar 2010 07:31:17 +0000 Subject: [PATCH] ar71xx: Add basic WLAN LED control to TL-WR1043ND * thanks to KillaB * closes #6834 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20415 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ar71xx/base-files/etc/uci-defaults/tl-wr1043nd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd new file mode 100644 index 0000000000..1ff8cb44d4 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/tl-wr1043nd @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Copyright (C) 2010 OpenWrt.org +# + +. /lib/ar71xx.sh + +board=$(ar71xx_board_name) + +tlwr1043nd_set_wlan_led() { + uci batch <