[openwrt/openwrt] ipq40xx: meraki: remove swconfig in DEVICE_PACKAGES

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 15 08:20:13 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/5cecf9aec8a9a899472b801cc43126b5d875b9ee

commit 5cecf9aec8a9a899472b801cc43126b5d875b9ee
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Aug 14 13:48:37 2023 +0200

    ipq40xx: meraki: remove swconfig in DEVICE_PACKAGES
    
    ipq40xx was converted to DSA and swconfig is not being included at all in
    the default packages so there is no need to drop it from device packages.
    
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit bb4a25860f593790aaedc1b31dde33fbc519e7bf)
---
 target/linux/ipq40xx/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 55e143e0dd..78fa22c234 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -762,7 +762,7 @@ define Device/meraki_common
 	SOC := qcom-ipq4029
 	BLOCKSIZE := 128k
 	PAGESIZE := 2048
-	DEVICE_PACKAGES := -swconfig ath10k-firmware-qca9887-ct
+	DEVICE_PACKAGES := ath10k-firmware-qca9887-ct
 endef
 
 define Device/meraki_mr33




More information about the lede-commits mailing list