From bfbdeeb3de3da31f7e5f9bd429e079c2d839644a Mon Sep 17 00:00:00 2001 From: Michael Gray Date: Sun, 13 May 2018 23:29:30 +1000 Subject: mvebu: add support for WRT32X (venom) Linksys WRT32X (Venom) is identical in hardware to the WRT3200ACM with a different flash layout and boots zImage rather than uImage. Specification: - Marvell Armada 385 88F6820 (2x 1.8GHz) - 256MB of Flash - 512MB of RAM - 2.4GHz (bgn) and 5GHz (an+ac wave 2) - 4x 1Gbps LAN + 1x 1Gbps WAN - 1x USB 3.0 and 1x USB 2.0/eSATA (combo port) Flash instruction: Apply factory image via web-gui. Signed-off-by: Michael Gray --- target/linux/mvebu/image/cortex-a9.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/mvebu/image/cortex-a9.mk') diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target/linux/mvebu/image/cortex-a9.mk index d9defe880d..6bc6269da6 100644 --- a/target/linux/mvebu/image/cortex-a9.mk +++ b/target/linux/mvebu/image/cortex-a9.mk @@ -51,6 +51,16 @@ define Device/linksys-wrt1900acs endef TARGET_DEVICES += linksys-wrt1900acs +define Device/linksys-wrt32x +$(call Device/linksys,WRT32X (Venom)) + DEVICE_DTS := armada-385-linksys-venom + DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964 + $(Device/armada-385-linksys) + KERNEL_SIZE := 3072k + KERNEL := kernel-bin | append-dtb +endef +TARGET_DEVICES += linksys-wrt32x + define Device/linksys-wrt1900ac $(call Device/linksys,WRT1900AC (Mamba)) DEVICE_DTS := armada-xp-linksys-mamba -- cgit v1.2.3