[source] bcm53xx: build Tenda AC9 image

LEDE Commits lede-commits at lists.infradead.org
Fri Aug 19 02:48:42 PDT 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=1bef5050ef62e82e061b9e6d88262dafd52fe966

commit 1bef5050ef62e82e061b9e6d88262dafd52fe966
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Fri Aug 19 11:36:31 2016 +0200

    bcm53xx: build Tenda AC9 image
    
    We finally got kernel booting on this device and LAN ports are working,
    so it won't "brick" the device. One more big missing thing is WAN port
    support. It requires fix for BCM53125 to get switch port 5 working.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/bcm53xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 67114b8..22507b0 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -225,7 +225,7 @@ define Device/tenda-ac9
   IMAGES := trx
   IMAGE/trx := append-rootfs | trx-serial
 endef
-# TARGET_DEVICES += tenda-ac9
+TARGET_DEVICES += tenda-ac9
 
 TARGET_DEVICES += \
 	netgear-r6250 netgear-r6300-v2 netgear-r8000 \



More information about the lede-commits mailing list