From 2a77287b68e944451eacbe7f6a0dbdde78db62cf Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 3 May 2015 22:35:10 +0200 Subject: [PATCH] linux4.0: disable OTG support --- srcpkgs/linux4.0/files/i386-dotconfig | 4 ++-- srcpkgs/linux4.0/files/x86_64-dotconfig | 4 ++-- srcpkgs/linux4.0/template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux4.0/files/i386-dotconfig b/srcpkgs/linux4.0/files/i386-dotconfig index 078e0abd871..178c944b886 100644 --- a/srcpkgs/linux4.0/files/i386-dotconfig +++ b/srcpkgs/linux4.0/files/i386-dotconfig @@ -5086,10 +5086,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/linux4.0/files/x86_64-dotconfig b/srcpkgs/linux4.0/files/x86_64-dotconfig index 0a39df85957..e181fbe6c5c 100644 --- a/srcpkgs/linux4.0/files/x86_64-dotconfig +++ b/srcpkgs/linux4.0/files/x86_64-dotconfig @@ -5046,10 +5046,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/linux4.0/template b/srcpkgs/linux4.0/template index e2466dd45b6..a288b942419 100644 --- a/srcpkgs/linux4.0/template +++ b/srcpkgs/linux4.0/template @@ -2,7 +2,7 @@ # pkgname=linux4.0 version=4.0.1 -revision=1 +revision=3 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"