mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-odroid-c1 to 3.10.103-1
This commit is contained in:
parent
282045a545
commit
c3dd072689
2 changed files with 8 additions and 9 deletions
|
@ -4,12 +4,12 @@
|
||||||
buildarch=4
|
buildarch=4
|
||||||
|
|
||||||
pkgbase=linux-odroid-c1
|
pkgbase=linux-odroid-c1
|
||||||
_commit=8b23fa19c5de7d1084d3bbfac439ce402d3d3388
|
_commit=c8cd7397fca55ec03252e9e3a892dc489915bf90
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ODROID-C1"
|
_desc="ODROID-C1"
|
||||||
pkgver=3.10.96
|
pkgver=3.10.103
|
||||||
pkgrel=9
|
pkgrel=1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://github.com/hardkernel/linux"
|
url="https://github.com/hardkernel/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -19,9 +19,9 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||||
"git+https://github.com/mdrjr/c1_bootini.git"
|
"git+https://github.com/mdrjr/c1_bootini.git"
|
||||||
'config'
|
'config'
|
||||||
'amlogic.service')
|
'amlogic.service')
|
||||||
md5sums=('03cb7e1128d0939ccbfed470da819af7'
|
md5sums=('e496a519d017a23363ce461e032389f7'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'67a33d4c1b9fc5a0a72350f3f11ecde8'
|
'7e46565d21991775bb229b19c0c3dab1'
|
||||||
'b8956789318f49cec5b8bb0b41654a9b')
|
'b8956789318f49cec5b8bb0b41654a9b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -34,8 +34,6 @@ prepare() {
|
||||||
|
|
||||||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||||
sed -i '2iexit 0' scripts/depmod.sh
|
sed -i '2iexit 0' scripts/depmod.sh
|
||||||
|
|
||||||
cp include/linux/compiler-gcc5.h include/linux/compiler-gcc6.h
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.10.96-6 Kernel Configuration
|
# Linux/arm 3.10.103-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
|
@ -1799,7 +1799,7 @@ CONFIG_ATA_OVER_ETH=m
|
||||||
# CONFIG_DS1682 is not set
|
# CONFIG_DS1682 is not set
|
||||||
# CONFIG_TI_DAC7512 is not set
|
# CONFIG_TI_DAC7512 is not set
|
||||||
# CONFIG_UID_STAT is not set
|
# CONFIG_UID_STAT is not set
|
||||||
CONFIG_BMP085=y
|
CONFIG_BMP085=m
|
||||||
CONFIG_BMP085_I2C=m
|
CONFIG_BMP085_I2C=m
|
||||||
# CONFIG_BMP085_SPI is not set
|
# CONFIG_BMP085_SPI is not set
|
||||||
CONFIG_SI1132=m
|
CONFIG_SI1132=m
|
||||||
|
@ -2246,6 +2246,7 @@ CONFIG_TOUCHSCREEN_W90X900=m
|
||||||
CONFIG_TOUCHSCREEN_ST1232=m
|
CONFIG_TOUCHSCREEN_ST1232=m
|
||||||
CONFIG_TOUCHSCREEN_TPS6507X=m
|
CONFIG_TOUCHSCREEN_TPS6507X=m
|
||||||
CONFIG_TOUCHSCREEN_DWAV_USB_MT=m
|
CONFIG_TOUCHSCREEN_DWAV_USB_MT=m
|
||||||
|
CONFIG_TOUCHSCREEN_SX865X=m
|
||||||
CONFIG_INPUT_MISC=y
|
CONFIG_INPUT_MISC=y
|
||||||
# CONFIG_INPUT_AD714X is not set
|
# CONFIG_INPUT_AD714X is not set
|
||||||
# CONFIG_INPUT_BMA150 is not set
|
# CONFIG_INPUT_BMA150 is not set
|
||||||
|
|
Loading…
Reference in a new issue