0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-02-22 23:46:10 +00:00
Christian Marangi 93173aee96 qualcommbe: ipq95xx: Add initial support for new target
Add initial support for new target with the initial patch for ethernet
support using pending upstream patches for PCS UNIPHY, PPE and EDMA.

Only initramfs currently working as support for new SPI/NAND
implementation, USB, CPUFreq and other devices is still unfinished and
needs to be evaluated.

Link: https://github.com/openwrt/openwrt/pull/17725
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-01-25 21:24:06 +01:00

15 lines
448 B
Makefile

define Device/qcom_rdp433
$(call Device/FitImageLzma)
DEVICE_VENDOR := Qualcomm Technologies, Inc.
DEVICE_MODEL := RDP433
DEVICE_VARIANT := AP-AL02-C4
BOARD_NAME := ap-al02.1-c4
DEVICE_DTS_CONFIG := config@rdp433
SOC := ipq9574
KERNEL_INSTALL := 1
KERNEL_SIZE := 6096k
IMAGE_SIZE := 25344k
IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | check-size | append-metadata
endef
TARGET_DEVICES += qcom_rdp433