From e12ff74ba1af8947a1a656177456685bc1622f1b Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 17 Feb 2023 04:16:40 +0100 Subject: [PATCH] Revert "ipq806x: disable ea8500 image by default" This reverts commit 5384c9337f2323727081e32369a86b62e72c47d8. Device is now fixed and works correctly with kernel 5.15. Signed-off-by: Christian Marangi --- 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 936febc762..44e0df1b3f 100644 --- a/target/linux/ipq806x/image/generic.mk +++ b/target/linux/ipq806x/image/generic.mk @@ -185,7 +185,6 @@ define Device/linksys_ea8500 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | \ append-ubi DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct - DEFAULT := n endef TARGET_DEVICES += linksys_ea8500 -- 2.30.2