mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-sun7i to 3.4.79-5, fixes #767
This commit is contained in:
parent
f6a61ad1f6
commit
9dffd3a07a
2 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-sunxi-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="sun7i"
|
||||
pkgver=3.4.79
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('armv7h')
|
||||
url="https://github.com/linux-sunxi/linux-sunxi/"
|
||||
license=('GPL2')
|
||||
|
@ -19,7 +19,7 @@ source=("https://github.com/linux-sunxi/linux-sunxi/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'working-bcmdhd-driver.patch')
|
||||
md5sums=('a6f18158a7f8dcb552547ea958c24c6b'
|
||||
'6313f93e1414b600d2def32f56d2b7c3'
|
||||
'7b4a40f7addd75f78d2a082ca9d0933b'
|
||||
'07c260ca97572a830778362c7b744f9c')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.4.79-1 Kernel Configuration
|
||||
# Linux/arm 3.4.79-4 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2535,11 +2535,11 @@ CONFIG_FB_MODE_HELPERS=y
|
|||
#
|
||||
# Frame buffer hardware drivers
|
||||
#
|
||||
CONFIG_FB_SUNXI=y
|
||||
CONFIG_FB_SUNXI=m
|
||||
CONFIG_FB_SUNXI_RESERVED_MEM=y
|
||||
CONFIG_FB_SUNXI_UMP=y
|
||||
CONFIG_FB_SUNXI_LCD=y
|
||||
CONFIG_FB_SUNXI_HDMI=y
|
||||
CONFIG_FB_SUNXI_LCD=m
|
||||
CONFIG_FB_SUNXI_HDMI=m
|
||||
CONFIG_HDMI_CEC=m
|
||||
# CONFIG_FB_ARMCLCD is not set
|
||||
# CONFIG_FB_S1D13XXX is not set
|
||||
|
|
Loading…
Reference in a new issue