From 619d68bfc90e548e3398b26a2a0ca3fccd7d3f38 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 7 Apr 2017 23:52:27 +0200 Subject: 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 --- target/linux/ramips/image/mt7621.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'target/linux/ramips/image') 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 -- cgit v1.2.3