diff options
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index feda0f12f7..0e418fe47e 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -245,6 +245,14 @@ define Device/wsr-600 endef TARGET_DEVICES += wsr-600 +define Device/zbt-we1326 + DTS := ZBT-WE1326 + IMAGE_SIZE := $(ralink_default_fw_size_16M) + DEVICE_TITLE := ZBT WE1326 + DEVICE_PACKAGES := kmod-usb3 kmod-sdhci-mt7620 +endef +TARGET_DEVICES += zbt-we1326 + define Device/zbt-wg2626 DTS := ZBT-WG2626 IMAGE_SIZE := $(ralink_default_fw_size_16M) |