ipq40xx: tidy up device recipe for Edgecore OAP100
* split up DEVICE_TITLE into DEVICE_{VENDOR,MODEL} * use SOC instead of DEVICE_DTS Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
621297e867
commit
4682d4d770
@ -359,12 +359,13 @@ TARGET_DEVICES += edgecore_ecw5211
|
|||||||
define Device/edgecore_oap100
|
define Device/edgecore_oap100
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
$(call Device/UbiFit)
|
$(call Device/UbiFit)
|
||||||
DEVICE_TITLE := Edgecore OAP100
|
DEVICE_VENDOR := Edgecore
|
||||||
|
DEVICE_MODEL := OAP100
|
||||||
|
SOC := qcom-ipq4019
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
IMAGES := nand-sysupgrade.bin
|
IMAGES := nand-sysupgrade.bin
|
||||||
DEVICE_DTS_CONFIG := config@ap.dk07.1-c1
|
DEVICE_DTS_CONFIG := config@ap.dk07.1-c1
|
||||||
DEVICE_DTS := qcom-ipq4019-oap100
|
|
||||||
DEVICE_PACKAGES := ipq-wifi-edgecore_oap100 kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-qmi uqmi
|
DEVICE_PACKAGES := ipq-wifi-edgecore_oap100 kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-qmi uqmi
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += edgecore_oap100
|
TARGET_DEVICES += edgecore_oap100
|
||||||
|
Loading…
Reference in New Issue
Block a user