mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-odroid-c1 to 3.10.66-1
This commit is contained in:
parent
8cd99a8c04
commit
1df91aa3b5
2 changed files with 12 additions and 8 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-odroid-c1
|
||||
_commit=c0ca58988086a01c0705ab680378b053c56620d0
|
||||
_commit=b33daad52becd91e3c3e48be6752613d5870873a
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-C1"
|
||||
pkgver=3.10.65
|
||||
pkgrel=2
|
||||
pkgver=3.10.66
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux"
|
||||
license=('GPL2')
|
||||
|
@ -20,9 +20,9 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'amlogic.service'
|
||||
'0001-dirty-status-led-active-low-hack.patch')
|
||||
md5sums=('78cbcd86d4adca665d046d117253df5c'
|
||||
md5sums=('59a21a503fdf17cec3b6e50ee113c526'
|
||||
'SKIP'
|
||||
'ba3e28c1afacd0949daeff3d58a3c39d'
|
||||
'9a6e1ccb8a84588fe1e35121e2a6a1d6'
|
||||
'b8956789318f49cec5b8bb0b41654a9b'
|
||||
'11c4c2d1b6cf051fac1c6109c2bf8a16')
|
||||
|
||||
|
@ -120,6 +120,9 @@ _package() {
|
|||
# install amlogic hdmi init script/service
|
||||
install -Dm644 "${srcdir}/amlogic.service" "${pkgdir}/usr/lib/systemd/system/amlogic.service"
|
||||
install -Dm755 "${srcdir}/c1_bootini/c1_init.sh" "${pkgdir}/usr/bin/amlogic.sh"
|
||||
|
||||
# install network tweaks
|
||||
install -Dm644 "${srcdir}/c1_bootini/99-c1-network.conf" "${pkgdir}/etc/sysctl.d/99-c1-network.conf"
|
||||
}
|
||||
|
||||
_package-headers() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.65-1 Kernel Configuration
|
||||
# Linux/arm 3.10.66-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2327,9 +2327,10 @@ CONFIG_SERIAL_CORE_CONSOLE=y
|
|||
# CONFIG_TTY_PRINTK is not set
|
||||
# CONFIG_HVC_DCC is not set
|
||||
# CONFIG_IPMI_HANDLER is not set
|
||||
CONFIG_HW_RANDOM=m
|
||||
CONFIG_HW_RANDOM=y
|
||||
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
|
||||
# CONFIG_HW_RANDOM_ATMEL is not set
|
||||
CONFIG_HW_RANDOM_MESON=y
|
||||
# CONFIG_HW_RANDOM_EXYNOS is not set
|
||||
# CONFIG_R3964 is not set
|
||||
# CONFIG_RAW_DRIVER is not set
|
||||
|
@ -4013,7 +4014,7 @@ CONFIG_IIO_GPIO_TRIGGER=m
|
|||
CONFIG_IIO_SYSFS_TRIGGER=m
|
||||
# CONFIG_IIO_SIMPLE_DUMMY is not set
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_ZRAM=y
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_DEBUG=y
|
||||
CONFIG_USB_ENESTORAGE=m
|
||||
# CONFIG_BCM_WIMAX is not set
|
||||
|
|
Loading…
Reference in a new issue