From 0498dada8e6fdeeb28312ce693a8c087511caa82 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 21 Apr 2016 19:47:08 +0000 Subject: ramips: Add support for ZBT WG3526 The WG3526 is the follow-up to the 2626 and is mostly the same, with the excaption that the mt7602 has been replaced with the mt7603. The internal wifi setup has also changed slightly. Based on my tests, everything that worked on the 2626 works on the 3526 and with roughly the same performance. v1->v2: * Remove some references to 2626 that I had missed in the dts. v2->v3: * Update patch to match new file structure. * Removed SD driver to be consistent with other MT7621 targets. Signed-off-by: Kristian Evensen git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49213 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/mt7621.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 0732a447bb..0af9596e5e 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -103,6 +103,12 @@ define Device/zbt-wg2626 endef TARGET_DEVICES += zbt-wg2626 +define Device/zbt-wg3526 + DTS := ZBT-WG3526 + IMAGE_SIZE := $(ralink_default_fw_size_16M) +endef +TARGET_DEVICES += zbt-wg3526 + define Device/wf-2881 DTS := WF-2881 BLOCKSIZE := 128KiB -- cgit v1.2.3