mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
bcm63xx: vg-8050: add missing compatible property
SoC is a BCM63169. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
ad39d06df7
commit
57dce7c8f3
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Comtrend VG-8050";
|
model = "Comtrend VG-8050";
|
||||||
compatible = "comtrend,vg-8050", "brcm,bcm63268";
|
compatible = "comtrend,vg-8050", "brcm,bcm63169", "brcm,bcm63268";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-boot = &led_power_green;
|
led-boot = &led_power_green;
|
||||||
|
Loading…
Reference in New Issue
Block a user