diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:17:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:17:34 +0000 |
commit | b6b128f63dced18b6d3956713a7f647c0c0209b9 (patch) | |
tree | f6a18de4ae9321211041b8a562edaa26731631b2 /target/linux/lantiq/base-files/etc/board.d | |
parent | 56fa6d8241a483bcdd247c8f0d1692dd70a823da (diff) | |
download | upstream-b6b128f63dced18b6d3956713a7f647c0c0209b9.tar.gz upstream-b6b128f63dced18b6d3956713a7f647c0c0209b9.tar.bz2 upstream-b6b128f63dced18b6d3956713a7f647c0c0209b9.zip |
lantiq: BTHOMEHUBV2B - remove missing usb led workaround
The workaround shouldn't be in the default configuration.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 48032
Diffstat (limited to 'target/linux/lantiq/base-files/etc/board.d')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/01_leds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/01_leds b/target/linux/lantiq/base-files/etc/board.d/01_leds index b5801cac99..9d57cf3912 100755 --- a/target/linux/lantiq/base-files/etc/board.d/01_leds +++ b/target/linux/lantiq/base-files/etc/board.d/01_leds @@ -25,7 +25,6 @@ BTHOMEHUBV2B) # ucidef_set_led_wlan "wifi" "wifi" "soc:blue:wireless" "phy0radio" ucidef_set_led_wlan "wifi" "wifi" "soc:blue:wireless" "phy0tpt" ucidef_set_led_netdev "internet" "internet" "soc:blue:broadband" "pppoa-wan" - ucidef_set_led_usbdev "usb" "usb" "soc:blue:phone" "1-1" ;; BTHOMEHUBV3A) ucidef_set_led_default "power" "power" "soc:blue:power" "1" |