mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-odroid-xu3 to 3.10.54-2
This commit is contained in:
parent
b5acbc58bf
commit
acc6571e1f
2 changed files with 6 additions and 6 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-xu3
|
||||
_commit=8df9b10b63dadc56deb4c1acd9f692ca538f3bb5
|
||||
_commit=2aa70fe173cdf70c94e56e974f1cea60047a2a0c
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-XU3"
|
||||
pkgver=3.10.54
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux"
|
||||
license=('GPL2')
|
||||
|
@ -17,8 +17,8 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
|||
options=('!strip')
|
||||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'config')
|
||||
md5sums=('232a61c4115122c176c4f5eefcc83a6a'
|
||||
'f6a3caeab6cf7f3eec465cdf1510b702')
|
||||
md5sums=('17bbd9197b0785f0f352a0bbfc3c7a90'
|
||||
'2387226eea4cd4b006af944789a7b4c7')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.53-4 Kernel Configuration
|
||||
# Linux/arm 3.10.54-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -1265,7 +1265,7 @@ CONFIG_STANDALONE=y
|
|||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||
CONFIG_FW_LOADER=y
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
CONFIG_EXTRA_FIRMWARE="s5p-mfc-v8.fw edid/1024x768.bin edid/1280x1024.bin edid/1280x720.bin edid/1600x1200.bin edid/1680x1050.bin edid/1920x1080.bin"
|
||||
CONFIG_EXTRA_FIRMWARE="mfc_fw.bin edid/1024x768.bin edid/1280x1024.bin edid/1280x720.bin edid/1600x1200.bin edid/1680x1050.bin edid/1920x1080.bin"
|
||||
CONFIG_EXTRA_FIRMWARE_DIR="firmware"
|
||||
CONFIG_FW_LOADER_USER_HELPER=y
|
||||
# CONFIG_DEBUG_DRIVER is not set
|
||||
|
|
Loading…
Reference in a new issue