diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-07 23:52:27 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 619d68bfc90e548e3398b26a2a0ca3fccd7d3f38 (patch) | |
tree | 8a3e312a4c3a5b3bc6b57db3cd885a8d47d2c637 /target/linux/ramips/image | |
parent | ff258effd508fc75edfb08ba709b333619d3f1e8 (diff) | |
download | upstream-619d68bfc90e548e3398b26a2a0ca3fccd7d3f38.tar.gz upstream-619d68bfc90e548e3398b26a2a0ca3fccd7d3f38.tar.bz2 upstream-619d68bfc90e548e3398b26a2a0ca3fccd7d3f38.zip |
ramips: prepare ZBT-WG3526 for hardware variants
The ZBT-WG3526 is available with 16 or 32 MByte of flash. Rename the
current supported 16MByte version to indicate which flash size variant
is supported.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 0e418fe47e..ae5bf5e173 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -261,13 +261,14 @@ define Device/zbt-wg2626 endef TARGET_DEVICES += zbt-wg2626 -define Device/zbt-wg3526 - DTS := ZBT-WG3526 +define Device/zbt-wg3526-16M + DTS := ZBT-WG3526-16M IMAGE_SIZE := $(ralink_default_fw_size_16M) - DEVICE_TITLE := ZBT WG3526 + SUPPORTED_DEVICES += zbt-wg3526 + DEVICE_TITLE := ZBT WG3526 (16MB flash) DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620 endef -TARGET_DEVICES += zbt-wg3526 +TARGET_DEVICES += zbt-wg3526-16M # FIXME: is this still needed? define Image/Prepare |