]> git.proxmox.com Git - proxmox-backup-restore-image.git/blob - src/patches/kernel/0001-OVERRIDE-do-not-build-xr-usb-serial.patch
update/rework packaging and buildsys
[proxmox-backup-restore-image.git] / src / patches / kernel / 0001-OVERRIDE-do-not-build-xr-usb-serial.patch
1 From 4cf77185b43a29ad2d70749648cac83330030cf9 Mon Sep 17 00:00:00 2001
2 From: Stefan Reiter <s.reiter@proxmox.com>
3 Date: Tue, 17 Nov 2020 14:42:52 +0100
4 Subject: [PATCH] OVERRIDE: do not build xr-usb-serial
5
6 We don't have USB support in the kernel, so this will fail - and for
7 some reason there's no Kconfig setting for this...
8
9 Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
10 ---
11 ubuntu/Makefile | 3 ---
12 1 file changed, 3 deletions(-)
13
14 diff --git a/ubuntu/Makefile b/ubuntu/Makefile
15 index 67c6d5b98b53..6e7264845b66 100644
16 --- a/ubuntu/Makefile
17 +++ b/ubuntu/Makefile
18 @@ -19,9 +19,6 @@ obj-$(CONFIG_HIO) += hio/
19 ##
20 ##
21 ##
22 -ifeq ($(ARCH),x86)
23 -obj-y += xr-usb-serial/
24 -endif
25 ##
26 ##
27 ##
28 --
29 2.20.1
30