diff options
Diffstat (limited to 'target/linux/lantiq/dts/WBMR300.dts')
-rw-r--r-- | target/linux/lantiq/dts/WBMR300.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/lantiq/dts/WBMR300.dts b/target/linux/lantiq/dts/WBMR300.dts index 824efb7cc0..02ec172d92 100644 --- a/target/linux/lantiq/dts/WBMR300.dts +++ b/target/linux/lantiq/dts/WBMR300.dts @@ -7,16 +7,16 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + }; - leds { - boot = &power_g; - failsafe = &diag_r; - running = &power_g; + aliases { + led-boot = &power_g; + led-failsafe = &diag_r; + led-running = &power_g; - dsl = &dsl; - internet = &router_g; - wifi = &wifi_g; - }; + led-dsl = &dsl; + led-internet = &router_g; + led-wifi = &wifi_g; }; memory@0 { |