diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:49 +0000 |
commit | 0f535ad2611b82842807d8baff856b338d2cfdc0 (patch) | |
tree | 0a479c5527eec254225adad3359eef066bb967e5 /target/linux/ar71xx/base-files/etc/uci-defaults/zcn-1523h-2 | |
parent | 0fe49305dea4165c62583f3bce346aedfd686a99 (diff) |
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/zcn-1523h-2')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/zcn-1523h-2 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/zcn-1523h-2 b/target/linux/ar71xx/base-files/etc/uci-defaults/zcn-1523h-2 deleted file mode 100755 index 4f7731635..000000000 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/zcn-1523h-2 +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2010 OpenWrt.org -# - -. /lib/ar71xx.sh - -board=$(ar71xx_board_name) - -zcn_set_leds() { - uci batch <<EOF -set system.led_lan1='led' -set system.led_lan1.name='lan1' -set system.led_lan1.sysfs='zcn-1523h:green:lan1' -set system.led_lan1.trigger='netdev' -set system.led_lan1.dev='eth0' -set system.led_lan1.mode='link tx rx' -commit system -EOF -} - -if [ "${board}" == "zcn-1523h-2" ]; then - zcn_set_leds -fi |