cubieboard2-kernel: update to upstream git commit 0c7986b (3.4.103).
This commit is contained in:
parent
ef91919c3f
commit
b518873c1c
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.4.79 Kernel Configuration
|
||||
# Linux/arm 3.4.103 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -522,8 +522,7 @@ CONFIG_NEON=y
|
|||
CONFIG_BINFMT_ELF=y
|
||||
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
|
||||
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
|
||||
CONFIG_HAVE_AOUT=y
|
||||
CONFIG_BINFMT_AOUT=y
|
||||
# CONFIG_HAVE_AOUT is not set
|
||||
CONFIG_BINFMT_MISC=y
|
||||
|
||||
#
|
||||
|
@ -1294,6 +1293,7 @@ CONFIG_MD_RAID456=m
|
|||
# CONFIG_MULTICORE_RAID456 is not set
|
||||
CONFIG_MD_MULTIPATH=m
|
||||
CONFIG_MD_FAULTY=m
|
||||
CONFIG_BLK_DEV_DM_BUILTIN=y
|
||||
CONFIG_BLK_DEV_DM=m
|
||||
# CONFIG_DM_DEBUG is not set
|
||||
CONFIG_DM_BUFIO=m
|
||||
|
@ -1829,6 +1829,7 @@ CONFIG_AW_AXP=y
|
|||
CONFIG_AW_AXP20=y
|
||||
CONFIG_AXP_CHARGEINIT=y
|
||||
CONFIG_AXP_CHGCHANGE=y
|
||||
CONFIG_AXP_HWMON=y
|
||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||
CONFIG_AXP152=y
|
||||
# CONFIG_PDA_POWER is not set
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'cubieboard2-kernel'
|
||||
#
|
||||
# Latest commit as of 20140604
|
||||
_githash="e37d760b363888f3a65cd6455c99a75cac70a7b8"
|
||||
# Latest commit as of 20141009
|
||||
_githash="0c7986b137afd15670df1f66c83031a2c5d7b10c"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=cubieboard2-kernel
|
||||
version=3.4.90
|
||||
version=3.4.103
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules for the Cubieboard2 (${version%.*} series [git ${_gitshort}])"
|
||||
distfiles="https://github.com/linux-sunxi/linux-sunxi/archive/${_githash}.tar.gz"
|
||||
checksum=e5476b2cac2ecc4edc1dc471f75893a2d0b51f2b8d2d4c640b3681557b7dffcd
|
||||
checksum=fb836df43e0f981ed33a18b4b8009360d6cbb5695f378ccb4b2d9fb30d310ca3
|
||||
|
||||
wrksrc="linux-sunxi-${_githash}"
|
||||
_kernver="${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue