From: juhosg Date: Tue, 29 May 2012 16:39:22 +0000 (+0000) Subject: cns21xx: use the generic uci-default functions for initial LED setup X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ab5576542ad448bb9e22aa6efacc623228b54a52 cns21xx: use the generic uci-default functions for initial LED setup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31996 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/cns21xx/base-files/etc/uci-defaults/leds b/target/linux/cns21xx/base-files/etc/uci-defaults/leds new file mode 100755 index 0000000000..bdebb6c1ca --- /dev/null +++ b/target/linux/cns21xx/base-files/etc/uci-defaults/leds @@ -0,0 +1,21 @@ +#!/bin/sh +# +# Copyright (C) 2010 OpenWrt.org +# + +. /lib/functions/uci-defaults.sh +. /lib/cns21xx.sh + +board=$(get_board_name) + +case "$board" in +"ns-k330") + ucidef_set_led_netdev "eth_orange" "ETH (orange)" "ns-k330:orange:eth" "eth0" + ucidef_set_led_usbdev "usb1" "USB1" "ns-k330:green:usb1" "1-1" + ucidef_set_led_usbdev "usb2" "USB2" "ns-k330:green:usb2" "1-2" + ;; +fi + +ucidef_commit_leds + +exit 0 diff --git a/target/linux/cns21xx/base-files/etc/uci-defaults/ns-k330 b/target/linux/cns21xx/base-files/etc/uci-defaults/ns-k330 deleted file mode 100755 index ea25d16588..0000000000 --- a/target/linux/cns21xx/base-files/etc/uci-defaults/ns-k330 +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2010 OpenWrt.org -# - -. /lib/cns21xx.sh - -board=$(get_board_name) - -ns_k330_set_leds() { - uci batch <