diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-28 01:06:07 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-28 01:16:00 +0200 |
commit | 5384c9337f2323727081e32369a86b62e72c47d8 (patch) | |
tree | 767368b46e03c918bdd1ffd1fdd673fa2935c17a | |
parent | c4a9a67de8ec85a12a004a34a740bd89ca8895e9 (diff) | |
download | upstream-5384c9337f2323727081e32369a86b62e72c47d8.tar.gz upstream-5384c9337f2323727081e32369a86b62e72c47d8.tar.bz2 upstream-5384c9337f2323727081e32369a86b62e72c47d8.zip |
ipq806x: disable ea8500 image by default
Linksys EA8500 is currently broken after the kernel 5.15 bump. Disable
compiling it by default from buildbot to prevent brick from the user.
Don't mark it as BROKEN to permit user to compile images and permit devs
to bisect the problem with the users.
The current problem with the device is that the switch is not detected
and we can't comunicate with it via MDIO.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r-- | target/linux/ipq806x/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/image/generic.mk b/target/linux/ipq806x/image/generic.mk index 3c627a9c59..02f5aad545 100644 --- a/target/linux/ipq806x/image/generic.mk +++ b/target/linux/ipq806x/image/generic.mk @@ -185,6 +185,7 @@ 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 |