mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
linux-imx6-cubox-dt: enabled HID_SUNPLUS kernel module
This commit is contained in:
parent
7fe308da25
commit
b7c943af14
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.10
|
_basekernel=3.10
|
||||||
pkgver=${_basekernel}.30
|
pkgver=${_basekernel}.30
|
||||||
pkgrel=17
|
pkgrel=18
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -28,7 +28,7 @@ source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.
|
||||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
||||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.patch'
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.patch'
|
||||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
||||||
md5sums=('40a7283cfa9b3519453928f787f67fe9'
|
md5sums=('e4be9b6f3b42bf999b5775b2e7c2ec06'
|
||||||
'c6513294afcd633a0cb1f8926189c754'
|
'c6513294afcd633a0cb1f8926189c754'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'8dc29365fc5b0668c10f630cc5b5d82d'
|
'8dc29365fc5b0668c10f630cc5b5d82d'
|
||||||
|
|
|
@ -3424,7 +3424,7 @@ CONFIG_HID_APPLE=m
|
||||||
# CONFIG_HID_SONY is not set
|
# CONFIG_HID_SONY is not set
|
||||||
# CONFIG_HID_SPEEDLINK is not set
|
# CONFIG_HID_SPEEDLINK is not set
|
||||||
# CONFIG_HID_STEELSERIES is not set
|
# CONFIG_HID_STEELSERIES is not set
|
||||||
# CONFIG_HID_SUNPLUS is not set
|
CONFIG_HID_SUNPLUS=m
|
||||||
# CONFIG_HID_GREENASIA is not set
|
# CONFIG_HID_GREENASIA is not set
|
||||||
# CONFIG_HID_SMARTJOYPLUS is not set
|
# CONFIG_HID_SMARTJOYPLUS is not set
|
||||||
# CONFIG_HID_TIVO is not set
|
# CONFIG_HID_TIVO is not set
|
||||||
|
|
Loading…
Reference in a new issue