diff options
author | Ignas Poklad <ignas2526@gmail.com> | 2022-12-18 15:14:36 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-05 00:10:14 +0100 |
commit | 7801e814dd62c98dcce3c11b3c9db86318279038 (patch) | |
tree | 72fb734493109f5a70cec03e7dbaa0ef045c27e4 /target/linux/ramips/image | |
parent | aa6c8c38eac8a96f3143644454806250dbe8903d (diff) | |
download | upstream-7801e814dd62c98dcce3c11b3c9db86318279038.tar.gz upstream-7801e814dd62c98dcce3c11b3c9db86318279038.tar.bz2 upstream-7801e814dd62c98dcce3c11b3c9db86318279038.zip |
ramips: add Unielec U7621-06 32M build target
Add 32M build target
Rest of the details as per commit 46ab81e405d2 ("ramips add support for
UniElec U7621-06")
Signed-off-by: Ignas Poklad <ignas2526@gmail.com>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 9804b70e16..1b4e1dc039 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2147,6 +2147,18 @@ define Device/unielec_u7621-06-16m endef TARGET_DEVICES += unielec_u7621-06-16m +define Device/unielec_u7621-06-32m + $(Device/dsa-migration) + $(Device/uimage-lzma-loader) + IMAGE_SIZE := 32448k + DEVICE_VENDOR := UniElec + DEVICE_MODEL := U7621-06 + DEVICE_VARIANT := 32M + DEVICE_PACKAGES := kmod-ata-ahci kmod-sdhci-mt7620 kmod-usb3 -wpad-basic-wolfssl + SUPPORTED_DEVICES += unielec,u7621-06-32m +endef +TARGET_DEVICES += unielec_u7621-06-32m + define Device/unielec_u7621-06-64m $(Device/dsa-migration) $(Device/uimage-lzma-loader) |