[openwrt/openwrt] Revert "ipq806x: disable ea8500 image by default"

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 17 09:12:53 PST 2023


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

commit 86ecf7bd39bf3003ac8b681e7ddf949baa52d8fd
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Feb 17 04:17:13 2023 +0100

    Revert "ipq806x: disable ea8500 image by default"
    
    This reverts commit c4a9a67de8ec85a12a004a34a740bd89ca8895e9.
    
    Device is now fixed and works correctly with kernel 5.15.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq806x/image/generic.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/ipq806x/image/generic.mk b/target/linux/ipq806x/image/generic.mk
index 44e0df1b3f..91739bc858 100644
--- a/target/linux/ipq806x/image/generic.mk
+++ b/target/linux/ipq806x/image/generic.mk
@@ -163,7 +163,6 @@ define Device/linksys_ea7500-v1
 	IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | \
 		append-ubi | pad-to $$$$(PAGESIZE)
 	DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct
-	DEFAULT := n
 endef
 TARGET_DEVICES += linksys_ea7500-v1
 




More information about the lede-commits mailing list