brcm63xx: fix CT-536p/CT-5621T support
Fix support for the Comtrend CT-536+, CT-5361 and CT-5621T routers support. Currently the firmware is broken for these routers, because there is a missing bar in the code at the DTS file avoiding to match with DTS stuff at the kernel. This causes the router boots without ethernet connectivity. The status led also has a typo. Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
ea6a3be62e
commit
4ab33a3002
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ set_state() {
|
|||
cpva642)
|
||||
status_led="CPVA642:green:power:"
|
||||
;;
|
||||
ct536_ct5621)
|
||||
ct-536p_5621t)
|
||||
status_led="CT536_CT5621:green:power"
|
||||
;;
|
||||
cvg834g)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
model = "Comtrend CT-536+/CT-5621T";
|
||||
compatible = "comtrend,ct536+", "brcm,bcm6348";
|
||||
compatible = "comtrend,ct-536+", "brcm,bcm6348";
|
||||
|
||||
chosen {
|
||||
bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
||||
|
|
Loading…
Reference in a new issue