From: Mantas Pucka Date: Fri, 17 Mar 2023 01:00:48 +0000 (+0100) Subject: ipq40xx: set specific BDF file for 8devices Habanero/Jalapeno X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fce0379d308adca5a331522d890e6c403e020f36;p=openwrt%2Fstaging%2Fblocktrron.git ipq40xx: set specific BDF file for 8devices Habanero/Jalapeno Set specific BDF file for 8devices Habanero/Jalapeno in ipq40xx generic.mk Signed-off-by: Mantas Pucka [ split ipq40xx changes in separate commit ] Signed-off-by: Christian Marangi --- diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index a0ad63cfce..4302f5ec22 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -132,6 +132,7 @@ define Device/8dev_habanero-dvk IMAGE_SIZE := 30976k SOC := qcom-ipq4019 IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | check-size | append-metadata + DEVICE_PACKAGES := ipq-wifi-8dev_habanero endef TARGET_DEVICES += 8dev_habanero-dvk @@ -141,6 +142,7 @@ define Device/8dev_jalapeno-common BLOCKSIZE := 128k PAGESIZE := 2048 SOC := qcom-ipq4018 + DEVICE_PACKAGES := ipq-wifi-8dev_jalapeno endef define Device/8dev_jalapeno