diff options
author | David Bauer <mail@david-bauer.net> | 2019-01-26 01:47:38 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 10:45:34 +0100 |
commit | 25eb02ae8e59031252d64a5be047c0f99eb6d827 (patch) | |
tree | f06022b0b1c26ee9cb861a33c56c45dd0183330b /target/linux/ipq40xx/base-files/etc | |
parent | 53c25fa2c48308cc181c950627b443745a049aaa (diff) | |
download | upstream-25eb02ae8e59031252d64a5be047c0f99eb6d827.tar.gz upstream-25eb02ae8e59031252d64a5be047c0f99eb6d827.tar.bz2 upstream-25eb02ae8e59031252d64a5be047c0f99eb6d827.zip |
ipq40xx: remove misplaced MR33 UCI definition
This removes the misplaced UCI-network configuration for the MR33. The
LAN port is set in 01_leds while it is already correctly defined in
02_network.
This was most likely an oversight as no network configuration belongs
into 01_leds.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ipq40xx/base-files/etc')
-rwxr-xr-x | target/linux/ipq40xx/base-files/etc/board.d/01_leds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/01_leds b/target/linux/ipq40xx/base-files/etc/board.d/01_leds index 5d10af0c08..9105bf2452 100755 --- a/target/linux/ipq40xx/base-files/etc/board.d/01_leds +++ b/target/linux/ipq40xx/base-files/etc/board.d/01_leds @@ -36,9 +36,6 @@ netgear,ex6150v2) ucidef_set_led_wlan "wlan2g" "WLAN2G" "ex61x0v2:green:router" "phy0tpt" ucidef_set_led_wlan "wlan5g" "WLAN5G" "ex61x0v2:green:client" "phy1tpt" ;; -meraki,mr33) - ucidef_set_interface_lan "eth0" - ;; zyxel,nbg6617) ucidef_set_led_wlan "wlan2g" "WLAN2G" "${boardname}:green:wlan2G" "phy0tpt" ucidef_set_led_wlan "wlan5g" "WLAN5G" "${boardname}:green:wlan5G" "phy1tpt" |