Skip to content

Commit

Permalink
cns21xx: use the generic uci-default functions for initial LED setup
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31996 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
juhosg committed May 29, 2012
1 parent 014e1ff commit ab55765
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 42 deletions.
21 changes: 21 additions & 0 deletions 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
42 changes: 0 additions & 42 deletions target/linux/cns21xx/base-files/etc/uci-defaults/ns-k330

This file was deleted.

0 comments on commit ab55765

Please sign in to comment.