diff options
Diffstat (limited to 'target/linux/lantiq/dts/VG3503J.dts')
-rw-r--r-- | target/linux/lantiq/dts/VG3503J.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dts b/target/linux/lantiq/dts/VG3503J.dts index 1aeb4f19f8..b8437ebd12 100644 --- a/target/linux/lantiq/dts/VG3503J.dts +++ b/target/linux/lantiq/dts/VG3503J.dts @@ -7,14 +7,14 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + }; - leds { - boot = &power_green; - failsafe = &power_red; - running = &power_green; + aliases { + led-boot = &power_green; + led-failsafe = &power_red; + led-running = &power_green; - internet = &dsl; - }; + led-internet = &dsl; }; memory@0 { |