mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-sun4i to 3.0.39-3, fixes #243
This commit is contained in:
parent
45fce5620f
commit
74e90fc40f
2 changed files with 12 additions and 3 deletions
|
@ -13,7 +13,7 @@ pkgname=("linux-${_mach}" "linux-headers-${_mach}")
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.39
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -22,7 +22,7 @@ options=('!strip')
|
|||
source=('config'
|
||||
'change-default-console-loglevel.patch'
|
||||
"linux.tar.gz::https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}")
|
||||
md5sums=('6202c103a47f56a6a7270fafb97cc3ca'
|
||||
md5sums=('f112118b4e36546666129fbcac1337b7'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'2fa92af19c8dda3320a92d28a957fcea')
|
||||
|
||||
|
|
|
@ -1031,7 +1031,16 @@ CONFIG_TOUCHSCREEN_SUN4I_TS=m
|
|||
CONFIG_TOUCHSCREEN_FT5X_TS=m
|
||||
CONFIG_TOUCHSCREEN_ZT8031=m
|
||||
# CONFIG_TOUCHSCREEN_COASIA is not set
|
||||
# CONFIG_INPUT_MISC is not set
|
||||
CONFIG_INPUT_MISC=y
|
||||
# CONFIG_INPUT_AD714X is not set
|
||||
# CONFIG_INPUT_ATI_REMOTE is not set
|
||||
# CONFIG_INPUT_ATI_REMOTE2 is not set
|
||||
# CONFIG_INPUT_KEYCHORD is not set
|
||||
# CONFIG_INPUT_POWERMATE is not set
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
# CONFIG_INPUT_GPIO is not set
|
||||
# CONFIG_INPUT_ADXL34X is not set
|
||||
# CONFIG_INPUT_CMA3000 is not set
|
||||
|
||||
#
|
||||
# Hardware I/O ports
|
||||
|
|
Loading…
Reference in a new issue