From 78b2bca3838f07ea3afff59e6d29aaa5a89a9d98 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sun, 24 Apr 2022 23:58:25 +0200
Subject: [PATCH] generic: remove jool workaround

Jool can be built without error on 22.03. Remove this workaround.
---
 targets/generic | 1 -
 1 file changed, 1 deletion(-)

diff --git a/targets/generic b/targets/generic
index c8d434b62..21b617d3b 100644
--- a/targets/generic
+++ b/targets/generic
@@ -39,7 +39,6 @@ config('DEVEL', true)
 config('ALL_NONSHARED', true)
 
 config('PACKAGE_usbip', false) -- fails to build
-config('PACKAGE_kmod-jool', false) -- fails to build
 
 try_config('PACKAGE_ATH_DEBUG', true)
 
-- 
GitLab