mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
lantiq: set the internet led interface according to wan interface
Use the nas0 interface for the netdev trigger as default. Use the ptm0 interface for xRX200 boards to match the default wan interface set in 02_network. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
6a6e3a4928
commit
0a26490fe4
@ -21,6 +21,7 @@ led_usb2="$(lantiq_get_dt_led usb2)"
|
||||
led_internet="$(lantiq_get_dt_led internet)"
|
||||
[ -n "$led_internet" ] && {
|
||||
interface="nas0"
|
||||
lantiq_is_vdsl_system && interface="ptm0"
|
||||
|
||||
led_dsl="$(lantiq_get_dt_led dsl)"
|
||||
[ -n "$led_dsl" ] && {
|
||||
|
Loading…
Reference in New Issue
Block a user