From 1e61e8e897ba6ed166ec1b4a03fb3251dec6aa44 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 30 Sep 2018 19:08:40 +0200 Subject: [PATCH] Disable build of kmod-jool again kmod-jool build is broken with current kernel 4.14.y. --- targets/generic | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/generic b/targets/generic index 8f0bc0cc..c9b57cc0 100644 --- a/targets/generic +++ b/targets/generic @@ -27,6 +27,7 @@ config '# CONFIG_TARGET_ROOTFS_INITRAMFS is not set' config 'CONFIG_ALL_NONSHARED=y' config '# CONFIG_PACKAGE_usbip is not set' # fails to build +config '# CONFIG_PACKAGE_kmod-jool is not set' # fails to build config 'CONFIG_BUSYBOX_CUSTOM=y' config '# CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set'