From dd7eddcb0880fe2b5d4bcbf7608625d382f215ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 15 Aug 2016 09:28:54 +0200 Subject: [PATCH] bcm53xx: prepare for building Tenda AC9 TRX image MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It'll be enabled when we complete basic support. Signed-off-by: Rafał Miłecki --- target/linux/bcm53xx/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 09c8c9387d..67114b8137 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -219,6 +219,14 @@ define Device/smartrg-sr400ac IMAGE/trx := append-rootfs | trx-serial endef +define Device/tenda-ac9 + DEVICE_TITLE := Tenda AC9 + DEVICE_PACKAGES := $(USB2_PACKAGES) + IMAGES := trx + IMAGE/trx := append-rootfs | trx-serial +endef +# TARGET_DEVICES += tenda-ac9 + TARGET_DEVICES += \ netgear-r6250 netgear-r6300-v2 netgear-r8000 \ smartrg-sr400ac -- 2.30.2