diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-10-05 23:35:21 +0900 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-09 22:45:06 +0200 |
commit | 32e41ba18a41eac8cc782de78fd988b18fc44527 (patch) | |
tree | 1cfdb0e729d4b9e63171d6a0d44c4946c9b2ed12 /target/linux/ipq40xx/base-files/etc/board.d/01_leds | |
parent | 579ea6b97079cf57949892969064dbee3203d1f4 (diff) |
ipq40xx: convert to DSA and enable Sony NCP-HG100/Cellular
This patch converts networking on Sony NCP-HG100/Cellular to DSA and
re-enables support for the device.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/base-files/etc/board.d/01_leds')
-rw-r--r-- | target/linux/ipq40xx/base-files/etc/board.d/01_leds | 4 |
1 files changed, 2 insertions, 2 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 74f31e778f..cd68ed32c0 100644 --- a/target/linux/ipq40xx/base-files/etc/board.d/01_leds +++ b/target/linux/ipq40xx/base-files/etc/board.d/01_leds @@ -95,8 +95,8 @@ qxwlan,e2600ac-c2) ucidef_set_led_wlan "wlan5g" "WLAN1" "green:wlan1" "phy1tpt" ;; sony,ncp-hg100-cellular) - ucidef_set_led_netdev "lan" "LAN" "green:lan" "eth0" - ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1" + ucidef_set_led_netdev "lan" "LAN" "green:lan" "lan" + ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan" ucidef_set_led_netdev "wwan" "WWAN" "green:wan-4" "wwan0" ;; zyxel,nbg6617 |\ |