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>
This commit is contained in:
parent
2d2fa2fd2d
commit
dc7872d8f8
1 changed files with 2 additions and 1 deletions
|
@ -417,7 +417,8 @@ TARGET_DEVICES += qxwlan_e2600ac-c2
|
||||||
define Device/unielec_u4019-32m
|
define Device/unielec_u4019-32m
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
DEVICE_VENDOR := Unielec
|
DEVICE_VENDOR := Unielec
|
||||||
DEVICE_MODEL := U4019 (32M)
|
DEVICE_MODEL := U4019
|
||||||
|
DEVICE_VARIANT := 32M
|
||||||
BOARD_NAME := u4019-32m
|
BOARD_NAME := u4019-32m
|
||||||
DEVICE_DTS := qcom-ipq4019-unielec-u4019-32m
|
DEVICE_DTS := qcom-ipq4019-unielec-u4019-32m
|
||||||
KERNEL_SIZE := 4096k
|
KERNEL_SIZE := 4096k
|
||||||
|
|
Loading…
Reference in a new issue