[openwrt/openwrt] Revert "ipq806x: disable ea8500 image by default"
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 17 09:12:52 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e12ff74ba1af8947a1a656177456685bc1622f1b
commit e12ff74ba1af8947a1a656177456685bc1622f1b
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Feb 17 04:16:40 2023 +0100
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 <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 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
More information about the lede-commits
mailing list