From 7010541cd2e871b18eb11184a06f403b2545460c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 4 Nov 2014 16:23:54 +0100 Subject: [PATCH] odroid-u2-kernel: enable usb gadget support. --- srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom | 4 ++-- srcpkgs/odroid-u2-kernel/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom b/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom index 212f6b3f091..b0a69686cf4 100644 --- a/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom +++ b/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom @@ -32,7 +32,7 @@ CONFIG_EXPERIMENTAL=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INIT_PASS_ALL_PARAMS is not set CONFIG_CROSS_COMPILE="" -CONFIG_LOCALVERSION="-ARCH" +CONFIG_LOCALVERSION="-VOID" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_LZMA=y @@ -3145,7 +3145,7 @@ CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 # # CONFIG_USB_FUSB300 is not set # CONFIG_USB_R8A66597 is not set -# CONFIG_USB_S3C_HSOTG is not set +CONFIG_USB_S3C_HSOTG=m # CONFIG_USB_MV_UDC is not set # CONFIG_USB_M66592 is not set # CONFIG_USB_NET2272 is not set diff --git a/srcpkgs/odroid-u2-kernel/template b/srcpkgs/odroid-u2-kernel/template index a4d62abbfd9..850a3c4fcdd 100644 --- a/srcpkgs/odroid-u2-kernel/template +++ b/srcpkgs/odroid-u2-kernel/template @@ -6,7 +6,7 @@ _gitshort="${_githash:0:7}" pkgname=odroid-u2-kernel version=3.8.13.28 -revision=2 +revision=3 maintainer="Enno Boland " homepage="http://www.kernel.org" license="GPL-2"