summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorDaniel Gonzalez <dgcbueu@gmail.com>2016-07-28 22:33:26 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2016-08-01 10:12:15 +0200
commit4ab33a30021b223ac756de87eaf294233c836777 (patch)
tree7194f76f238f5dfd2d5dfc8febe6d4053226f35f /target/linux/brcm63xx
parentea6a3be62eb980313f009acdc6f4dafddf48a3b7 (diff)
downloadmaster-31e0f0ae-4ab33a30021b223ac756de87eaf294233c836777.tar.gz
master-31e0f0ae-4ab33a30021b223ac756de87eaf294233c836777.tar.bz2
master-31e0f0ae-4ab33a30021b223ac756de87eaf294233c836777.zip
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>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/base-files/etc/diag.sh2
-rw-r--r--target/linux/brcm63xx/dts/ct536plus.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh
index 6ac2459c92..51756ae835 100644
--- a/target/linux/brcm63xx/base-files/etc/diag.sh
+++ b/target/linux/brcm63xx/base-files/etc/diag.sh
@@ -58,7 +58,7 @@ set_state() {
cpva642)
status_led="CPVA642:green:power:"
;;
- ct536_ct5621)
+ ct-536p_5621t)
status_led="CT536_CT5621:green:power"
;;
cvg834g)
diff --git a/target/linux/brcm63xx/dts/ct536plus.dts b/target/linux/brcm63xx/dts/ct536plus.dts
index 91ca91c9f1..148e60e73d 100644
--- a/target/linux/brcm63xx/dts/ct536plus.dts
+++ b/target/linux/brcm63xx/dts/ct536plus.dts
@@ -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";