[openwrt/openwrt] ipq40xx: set specific BDF file for 8devices Habanero/Jalapeno

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 17 06:38:57 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fce0379d308adca5a331522d890e6c403e020f36

commit fce0379d308adca5a331522d890e6c403e020f36
Author: Mantas Pucka <mantas at 8devices.com>
AuthorDate: Fri Mar 17 02:00:48 2023 +0100

    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 <mantas at 8devices.com>
    [ split ipq40xx changes in separate commit ]
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq40xx/image/generic.mk | 2 ++
 1 file changed, 2 insertions(+)

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




More information about the lede-commits mailing list