generic: remove jool workaround

Jool can be built without error on 22.03. Remove this workaround.
This commit is contained in:
David Bauer 2022-04-24 23:58:25 +02:00
parent 8fde14f63d
commit 78b2bca383

View File

@ -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)