mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-odroid-c1 to 3.10.96-6
This commit is contained in:
parent
2bdd1a3869
commit
d3f2621077
2 changed files with 15 additions and 7 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-c1
|
||||
_commit=1d4f9e928a1c56a977bbf2d08dacc73a4161b5ff
|
||||
_commit=7d72e44de168f2f7e85b070ada029bbd25f7ba43
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-C1"
|
||||
pkgver=3.10.96
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
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=('790dd48b8ce03c3b65a3b44cc8a9de4d'
|
||||
md5sums=('15771213c1edbb085c72f7435cd88794'
|
||||
'SKIP'
|
||||
'969cd9ee3116cdd18fed121c87094065'
|
||||
'64e919a11f4a54e7b80fe290de1874fc'
|
||||
'67a33d4c1b9fc5a0a72350f3f11ecde8'
|
||||
'b8956789318f49cec5b8bb0b41654a9b')
|
||||
|
||||
prepare() {
|
||||
|
@ -38,6 +38,8 @@ prepare() {
|
|||
|
||||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
cp include/linux/compiler-gcc5.h include/linux/compiler-gcc6.h
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.96-4 Kernel Configuration
|
||||
# Linux/arm 3.10.96-6 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
CONFIG_HAVE_PROC_CPU=y
|
||||
CONFIG_STACKTRACE_SUPPORT=y
|
||||
|
@ -1283,8 +1284,8 @@ CONFIG_PINCTRL_AMLOGIC=y
|
|||
#
|
||||
# CONFIG_AMLOGIC_BOARD_HAS_PMU is not set
|
||||
# CONFIG_AML_PMU_ALGORITHM_SUPPORT is not set
|
||||
# CONFIG_AML_DVFS is not set
|
||||
# CONFIG_MESON_CS_DCDC_REGULATOR is not set
|
||||
CONFIG_AML_DVFS=y
|
||||
CONFIG_MESON_CS_DCDC_REGULATOR=y
|
||||
|
||||
#
|
||||
# Security key Support
|
||||
|
@ -1592,6 +1593,11 @@ CONFIG_DEINTERLACE=y
|
|||
# CONFIG_AM_PCMCIA is not set
|
||||
# CONFIG_AM_IOBUS is not set
|
||||
|
||||
#
|
||||
# ION support
|
||||
#
|
||||
CONFIG_AMLOGIC_ION=y
|
||||
|
||||
#
|
||||
# Amlogic Crypto Support
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue