qualcommax: move ipq807x support to subtarget
authorRobert Marko <robimarko@gmail.com>
Tue, 13 Jun 2023 20:07:06 +0000 (22:07 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 16 Jun 2023 09:11:09 +0000 (11:11 +0200)
commit83314c13d0a85f54b0e3c9726a9062268f638212
treedaf5a99148442a16c10d43791b081d273f0d3ab1
parentf02f6aaa8d4e1025ab4aa9f569123e57f689f4e5
qualcommax: move ipq807x support to subtarget

Now that qualcommax exists as a target and dependencies have been updated
let move ipq807x support to subtarget of qualcommax.

This is mostly copy/paste with the exception of having to update SSDK and
NSS-DP to use CONFIG_TARGET_SUBTARGET.

This is a preparation for later addition of IPQ60xx and IPQ50xx support.

Signed-off-by: Robert Marko <robimarko@gmail.com>
23 files changed:
package/boot/uboot-envtools/files/qualcommax [deleted file]
package/boot/uboot-envtools/files/qualcommax_ipq807x [new file with mode: 0644]
package/kernel/qca-nss-dp/Makefile
package/kernel/qca-ssdk/Makefile
target/linux/qualcommax/Makefile
target/linux/qualcommax/base-files/etc/board.d/01_leds [deleted file]
target/linux/qualcommax/base-files/etc/board.d/02_network [deleted file]
target/linux/qualcommax/base-files/etc/hotplug.d/firmware/11-ath11k-caldata [deleted file]
target/linux/qualcommax/base-files/etc/init.d/bootcount [deleted file]
target/linux/qualcommax/base-files/lib/upgrade/buffalo.sh [deleted file]
target/linux/qualcommax/base-files/lib/upgrade/mmc.sh [deleted file]
target/linux/qualcommax/base-files/lib/upgrade/platform.sh [deleted file]
target/linux/qualcommax/generic/target.mk [deleted file]
target/linux/qualcommax/image/generic.mk [deleted file]
target/linux/qualcommax/image/ipq807x.mk [new file with mode: 0644]
target/linux/qualcommax/ipq807x/base-files/etc/board.d/01_leds [new file with mode: 0644]
target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network [new file with mode: 0644]
target/linux/qualcommax/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata [new file with mode: 0644]
target/linux/qualcommax/ipq807x/base-files/etc/init.d/bootcount [new file with mode: 0755]
target/linux/qualcommax/ipq807x/base-files/lib/upgrade/buffalo.sh [new file with mode: 0644]
target/linux/qualcommax/ipq807x/base-files/lib/upgrade/mmc.sh [new file with mode: 0644]
target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/qualcommax/ipq807x/target.mk [new file with mode: 0644]