diff options
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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 |