From d210cfcad9493797ed2cf35f65e9bd5f0a905c69 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 10 Apr 2018 20:25:38 +0200 Subject: [PATCH] generic: do not attempt to build kmod-usbip kmod-usbip is broken since the last kernel update. --- targets/generic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/generic b/targets/generic index 31569a25..37c16be0 100644 --- a/targets/generic +++ b/targets/generic @@ -16,6 +16,8 @@ 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_BUSYBOX_CUSTOM=y' config '# CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set'