mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 23:17:31 +02:00
ar71xx: add uci configuration for the WAN LED on the WNDR3700
Based on a patch by Scott Dudley <spmsink@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb850a6839
commit
dac0304da2
22
target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700
Executable file
22
target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2010 OpenWrt.org
|
||||||
|
#
|
||||||
|
|
||||||
|
. /lib/ar71xx.sh
|
||||||
|
|
||||||
|
board=$(ar71xx_board_name)
|
||||||
|
|
||||||
|
wndr3700_set_wan_led() {
|
||||||
|
uci batch <<EOF
|
||||||
|
set system.wan_led=led
|
||||||
|
set system.wan_led.sysfs='wndr3700:green:wan'
|
||||||
|
set system.wan_led.name='WAN LED (green)'
|
||||||
|
set system.wan_led.default='0'
|
||||||
|
commit system
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ "${board}" == "wndr3700" ]; then
|
||||||
|
wndr3700_set_wan_led
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user