diff options
author | Mantas Pucka <mantas@8devices.com> | 2023-03-17 02:00:48 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-03-17 14:35:52 +0100 |
commit | fce0379d308adca5a331522d890e6c403e020f36 (patch) | |
tree | b4ff8a2714a91d95f3a668284d610e6fd0cd5ced /target/linux/ipq40xx/image | |
parent | 93b7f0f0ed5ba31ef29bdd862fd2d29da625183f (diff) | |
download | upstream-fce0379d308adca5a331522d890e6c403e020f36.tar.gz upstream-fce0379d308adca5a331522d890e6c403e020f36.tar.bz2 upstream-fce0379d308adca5a331522d890e6c403e020f36.zip |
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@8devices.com>
[ split ipq40xx changes in separate commit ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |