mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-odroid-c1 to 3.10.80-5
This commit is contained in:
parent
533cec57c2
commit
fe6b7bb1f9
2 changed files with 17 additions and 9 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-c1
|
||||
_commit=23293626aa1c200936cf08b4cc06febedeef72fb
|
||||
_commit=dfb2228c13f1378d9945de5312d40c9b6e2c6f5f
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-C1"
|
||||
pkgver=3.10.80
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux"
|
||||
license=('GPL2')
|
||||
|
@ -20,10 +20,10 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
|||
'0001-gcc-5.1-fix-for-mac-address.patch'
|
||||
'config'
|
||||
'amlogic.service')
|
||||
md5sums=('3761a54c31ccebc2282968939cd077ef'
|
||||
md5sums=('5c17add2be399aab7519ad519a8b2ccb'
|
||||
'SKIP'
|
||||
'31b78a5c8c50bae59d62b11f53e14642'
|
||||
'892014616cf866d7f46e13e63659e187'
|
||||
'c1936f79ee2cdd09bd5ce50cd2fec851'
|
||||
'b8956789318f49cec5b8bb0b41654a9b')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.79-3 Kernel Configuration
|
||||
# Linux/arm 3.10.80-5 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3281,9 +3281,17 @@ CONFIG_DUMMY_CONSOLE=y
|
|||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
||||
# CONFIG_FONTS is not set
|
||||
CONFIG_FONT_8x8=y
|
||||
CONFIG_FONT_8x16=y
|
||||
CONFIG_FONTS=y
|
||||
# CONFIG_FONT_8x8 is not set
|
||||
# CONFIG_FONT_8x16 is not set
|
||||
# CONFIG_FONT_6x11 is not set
|
||||
# CONFIG_FONT_7x14 is not set
|
||||
CONFIG_FONT_PEARL_8x8=y
|
||||
CONFIG_FONT_ACORN_8x8=y
|
||||
# CONFIG_FONT_MINI_4x6 is not set
|
||||
# CONFIG_FONT_SUN8x16 is not set
|
||||
# CONFIG_FONT_SUN12x22 is not set
|
||||
# CONFIG_FONT_10x18 is not set
|
||||
CONFIG_LOGO=y
|
||||
CONFIG_LOGO_LINUX_MONO=y
|
||||
CONFIG_LOGO_LINUX_VGA16=y
|
||||
|
@ -3291,7 +3299,7 @@ CONFIG_LOGO_LINUX_CLUT224=y
|
|||
# CONFIG_FB_SSD1307 is not set
|
||||
CONFIG_FB_TFT=m
|
||||
CONFIG_FB_TFT_ODROIDC32=m
|
||||
# CONFIG_FB_TFT_ST7565 is not set
|
||||
CONFIG_FB_TFT_ST7565=m
|
||||
CONFIG_FB_TFT_AGM1264K_FL=m
|
||||
CONFIG_FB_TFT_BD663474=m
|
||||
CONFIG_FB_TFT_HX8340BN=m
|
||||
|
|
Loading…
Reference in a new issue