diff options
author | Michael Gray <michael.gray@lantisproject.com> | 2018-05-13 23:29:30 +1000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-14 17:20:10 +0200 |
commit | bfbdeeb3de3da31f7e5f9bd429e079c2d839644a (patch) | |
tree | 4ce9728ecd6879d2215a9151eb700cde9c2e9273 /target/linux/mvebu/patches-4.14 | |
parent | e1a9485b0e23115787a8488c5988b2411e318519 (diff) | |
download | upstream-bfbdeeb3de3da31f7e5f9bd429e079c2d839644a.tar.gz upstream-bfbdeeb3de3da31f7e5f9bd429e079c2d839644a.tar.bz2 upstream-bfbdeeb3de3da31f7e5f9bd429e079c2d839644a.zip |
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 <michael.gray@lantisproject.com>
Diffstat (limited to 'target/linux/mvebu/patches-4.14')
-rw-r--r-- | target/linux/mvebu/patches-4.14/105-build_new_dtbs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-4.14/105-build_new_dtbs.patch b/target/linux/mvebu/patches-4.14/105-build_new_dtbs.patch new file mode 100644 index 0000000000..92880b9971 --- /dev/null +++ b/target/linux/mvebu/patches-4.14/105-build_new_dtbs.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -1027,6 +1027,7 @@ dtb-$(CONFIG_MACH_ARMADA_38X) += \ + armada-385-linksys-cobra.dtb \ + armada-385-linksys-rango.dtb \ + armada-385-linksys-shelby.dtb \ ++ armada-385-linksys-venom.dtb \ + armada-385-synology-ds116.dtb \ + armada-385-turris-omnia.dtb \ + armada-388-clearfog.dtb \ |