From 7713611cc43c2d3d99abffe563a2efb7e527b1eb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 3 May 2015 22:35:07 +0200 Subject: [PATCH] linux3.19: disable OTG support --- srcpkgs/linux3.19/files/i386-dotconfig | 4 ++-- srcpkgs/linux3.19/files/x86_64-dotconfig | 4 ++-- srcpkgs/linux3.19/template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux3.19/files/i386-dotconfig b/srcpkgs/linux3.19/files/i386-dotconfig index 6575a0c980c..7eae3af0771 100644 --- a/srcpkgs/linux3.19/files/i386-dotconfig +++ b/srcpkgs/linux3.19/files/i386-dotconfig @@ -5055,10 +5055,10 @@ CONFIG_USB=m # CONFIG_USB_DEFAULT_PERSIST=y CONFIG_USB_DYNAMIC_MINORS=y -CONFIG_USB_OTG=y +# CONFIG_USB_OTG is not set CONFIG_USB_OTG_WHITELIST=y # CONFIG_USB_OTG_BLACKLIST_HUB is not set -CONFIG_USB_OTG_FSM=m +# CONFIG_USB_OTG_FSM is not set CONFIG_USB_MON=m CONFIG_USB_WUSB=m CONFIG_USB_WUSB_CBAF=m diff --git a/srcpkgs/linux3.19/files/x86_64-dotconfig b/srcpkgs/linux3.19/files/x86_64-dotconfig index fca9b5273e3..f1d702b8cfa 100644 --- a/srcpkgs/linux3.19/files/x86_64-dotconfig +++ b/srcpkgs/linux3.19/files/x86_64-dotconfig @@ -5014,10 +5014,10 @@ CONFIG_USB=m # CONFIG_USB_DEFAULT_PERSIST=y CONFIG_USB_DYNAMIC_MINORS=y -CONFIG_USB_OTG=y +# CONFIG_USB_OTG is not set CONFIG_USB_OTG_WHITELIST=y # CONFIG_USB_OTG_BLACKLIST_HUB is not set -CONFIG_USB_OTG_FSM=m +# CONFIG_USB_OTG_FSM is not set CONFIG_USB_MON=m CONFIG_USB_WUSB=m CONFIG_USB_WUSB_CBAF=m diff --git a/srcpkgs/linux3.19/template b/srcpkgs/linux3.19/template index 50313f8f3de..e3d5852b68b 100644 --- a/srcpkgs/linux3.19/template +++ b/srcpkgs/linux3.19/template @@ -2,7 +2,7 @@ # pkgname=linux3.19 version=3.19.6 -revision=1 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"