diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-12 07:53:56 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 2ddaf96a77a92186447ca18935b8a36d46d3db95 (patch) | |
tree | 4cff193fbf9cf8a1a1d83417971fe70ab4e994bd /target/linux/ramips/image | |
parent | 3cfc909c54c07d5a24d9a1a7496142b82d580878 (diff) | |
download | upstream-2ddaf96a77a92186447ca18935b8a36d46d3db95.tar.gz upstream-2ddaf96a77a92186447ca18935b8a36d46d3db95.tar.bz2 upstream-2ddaf96a77a92186447ca18935b8a36d46d3db95.zip |
ramips: add ZBT-WE826 32MB variant
The ZBT-WG826 is available with 16 or 32 MByte of flash. Split the
device tree source file, rename the currently supported 16 MByte
version and add the 32 MByte variant.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 83c9a7f0a0..71b651cda6 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -484,13 +484,22 @@ define Device/zbt-we2026 endef TARGET_DEVICES += zbt-we2026 -define Device/zbt-we826 - DTS := ZBT-WE826 +define Device/zbt-we826-16M + DTS := ZBT-WE826-16M IMAGE_SIZE := $(ralink_default_fw_size_16M) - DEVICE_TITLE := Zbtlink ZBT-WE826 + SUPPORTED_DEVICES += zbt-we826 + DEVICE_TITLE := Zbtlink ZBT-WE826 (16M) DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-mt76 kmod-sdhci-mt7620 endef -TARGET_DEVICES += zbt-we826 +TARGET_DEVICES += zbt-we826-16M + +define Device/zbt-we826-32M + DTS := ZBT-WE826-32M + IMAGE_SIZE := $(ralink_default_fw_size_32M) + DEVICE_TITLE := Zbtlink ZBT-WE826 (32M) + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-mt76 kmod-sdhci-mt7620 +endef +TARGET_DEVICES += zbt-we826-32M define Device/zbt-wr8305rt DTS := ZBT-WR8305RT |