mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-15 23:22:19 +00:00
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>
8 lines
175 B
Makefile
8 lines
175 B
Makefile
SUBTARGET:=ipq95xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ95xx
|
|
DEFAULT_PACKAGES +=
|
|
|
|
define Target/Description
|
|
Build firmware images for Qualcomm Atheros IPQ95XX based boards.
|
|
endef
|