[openwrt/openwrt] qualcommax: ipq60xx: remove source-only flag

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 25 01:26:36 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1f53b7fb75265d182e809ef3e3cbaca0c43dd3ec

commit 1f53b7fb75265d182e809ef3e3cbaca0c43dd3ec
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sun Nov 24 23:50:22 2024 +0100

    qualcommax: ipq60xx: remove source-only flag
    
    Its been a while since we added ipq60xx as source-only, it is now
    quite usable so lets remove the source-only flag to start building
    official images.
    
    I also plan to merge additional popular boards rather soon.
    
    Link: https://github.com/openwrt/openwrt/pull/17065
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/ipq60xx/target.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/qualcommax/ipq60xx/target.mk b/target/linux/qualcommax/ipq60xx/target.mk
index dc3a2ceff6..06a85ab5e4 100644
--- a/target/linux/qualcommax/ipq60xx/target.mk
+++ b/target/linux/qualcommax/ipq60xx/target.mk
@@ -1,5 +1,4 @@
 SUBTARGET:=ipq60xx
-FEATURES += source-only
 BOARDNAME:=Qualcomm Atheros IPQ60xx
 DEFAULT_PACKAGES += ath11k-firmware-ipq6018
 




More information about the lede-commits mailing list