diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-10-21 13:20:15 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-10-27 14:03:21 +0100 |
commit | dc7872d8f81a1bd187f24b9a5f9d27527af038c6 (patch) | |
tree | b44a8e829f10e7d009d3004566aa53edb6393ea6 /target/linux/ipq40xx/image/Makefile | |
parent | 2d2fa2fd2d4b5f2b14448d5f80d1e51836e622db (diff) | |
download | upstream-dc7872d8f81a1bd187f24b9a5f9d27527af038c6.tar.gz upstream-dc7872d8f81a1bd187f24b9a5f9d27527af038c6.tar.bz2 upstream-dc7872d8f81a1bd187f24b9a5f9d27527af038c6.zip |
ipq40xx: use DEVICE_VARIANT for Unielec U4019 flash size
If flash size is used as part of a device's title, it should be
specified as DEVICE_VARIANT like for the other devices so far.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq40xx/image/Makefile')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 5b460d1c1f..ed46bca649 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -417,7 +417,8 @@ TARGET_DEVICES += qxwlan_e2600ac-c2 define Device/unielec_u4019-32m $(call Device/FitImage) DEVICE_VENDOR := Unielec - DEVICE_MODEL := U4019 (32M) + DEVICE_MODEL := U4019 + DEVICE_VARIANT := 32M BOARD_NAME := u4019-32m DEVICE_DTS := qcom-ipq4019-unielec-u4019-32m KERNEL_SIZE := 4096k |