diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-08-19 11:36:31 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-08-19 11:38:44 +0200 |
commit | 1bef5050ef62e82e061b9e6d88262dafd52fe966 (patch) | |
tree | 2ee94160b56c76fcbb150a430b8251ec7df0cc87 | |
parent | 5e885c09c625c22d2995d477ef6cc8ee7595a817 (diff) | |
download | upstream-1bef5050ef62e82e061b9e6d88262dafd52fe966.tar.gz upstream-1bef5050ef62e82e061b9e6d88262dafd52fe966.tar.bz2 upstream-1bef5050ef62e82e061b9e6d88262dafd52fe966.zip |
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@milecki.pl>
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 67114b8137..22507b0480 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 \ |