From 694dd581ebb2898854385e40655c5cd2a44424c3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Jun 2015 18:21:05 +0000 Subject: ar71xx: Add Support for the Bitmain Antminer S1 This patch adds support for the Bitmain Antminer S1 Cryptocurrency Miner http://wiki.openwrt.org/toh/bitmain/s1 Signed-off-by: L. D. Pinney Acked-by: James Hilliard SVN-Revision: 46044 --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds') diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 41eeeebe32..19814f4e4a 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -31,6 +31,11 @@ all0315n) ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0315n:green:rssihigh" "wlan0" "70" "100" "-69" "8" ;; +antminer-s1) + ucidef_set_led_default "sys" "SYS" "bitmain:green:sys" "0" + ucidef_set_led_wlan "wlan" "WLAN" "bitmain:green:wlan" "phy0tpt" + ;; + ap113) ucidef_set_led_usbdev "usb" "USB" "ap113:green:usb" "1-1" ;; -- cgit v1.2.3