From cdf4b3bb1f46d379fe471710895a544267b6c8de Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Mon, 12 Apr 2021 10:01:13 +0200 Subject: [PATCH] ath79: disable testing kernel in nand subtarget the testing kernel 5.10 is to big to fit in the kernel partition of the ZyXEL NBG6716 --- targets/ath79-nand | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/ath79-nand b/targets/ath79-nand index 71d61769..94e1b37b 100644 --- a/targets/ath79-nand +++ b/targets/ath79-nand @@ -1,3 +1,5 @@ +config('TESTING_KERNEL', false) + local ATH10K_PACKAGES_QCA9880 = { 'kmod-ath10k', '-kmod-ath10k-ct',