From 1b274e64acf9f8adc098eb6184be96db623f0395 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sun, 5 Mar 2023 20:31:57 +0100
Subject: [PATCH] ath79-generic: remove workaround

Now that OpenWrt implements a proper fix for the stalled boots on 74kc
boards, the previous workaround can be removed.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit ec57f6c6669af9052faf5e231b03c23763455870)
---
 targets/ath79-generic | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/targets/ath79-generic b/targets/ath79-generic
index aa298f57..40a10b1b 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -1,7 +1,3 @@
--- modify kernel builds slightly to work around a boot hang on various device
--- based on the QCA9563 SoC - especially the Unifi AC-* devices
-config('KERNEL_AIO', true)
-
 local ATH10K_PACKAGES_QCA9880 = {
 	'kmod-ath10k',
 	'-kmod-ath10k-ct',
-- 
GitLab