mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-kirkwood add (optional) zRam
This commit is contained in:
parent
5acfa1f967
commit
a8b176ac7f
3 changed files with 9 additions and 7 deletions
|
@ -9,7 +9,7 @@ pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.9.8
|
_basekernel=3.9.8
|
||||||
pkgver=${_basekernel}
|
pkgver=${_basekernel}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
cryptover=1.6
|
cryptover=1.6
|
||||||
bfqver=v6r2
|
bfqver=v6r2
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
|
@ -34,7 +34,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
||||||
md5sums=('19c59abbb365e1cb87cd9013fce43775'
|
md5sums=('19c59abbb365e1cb87cd9013fce43775'
|
||||||
'1cf669d8e55b2a25590f37e8106723f8'
|
'1cf669d8e55b2a25590f37e8106723f8'
|
||||||
'f5d3635da03cb45904bedd69b47133de'
|
'f5d3635da03cb45904bedd69b47133de'
|
||||||
'7ba437c40072d32078cfc3a5f6eeef8a'
|
'70180e8788734d579f5963042d78477d'
|
||||||
'73e81c21600fe1bab1baffa537bb3dbe'
|
'73e81c21600fe1bab1baffa537bb3dbe'
|
||||||
'80b2fb500e6811495c6b072d7e6fd112'
|
'80b2fb500e6811495c6b072d7e6fd112'
|
||||||
'9b5a265440abf57d2052838f31486a3a'
|
'9b5a265440abf57d2052838f31486a3a'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.9.7-1 Kernel Configuration
|
# Linux/arm 3.9.8-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
|
@ -3807,7 +3807,9 @@ CONFIG_USB_SERIAL_QUATECH2=m
|
||||||
# Triggers - standalone
|
# Triggers - standalone
|
||||||
#
|
#
|
||||||
# CONFIG_IIO_SIMPLE_DUMMY is not set
|
# CONFIG_IIO_SIMPLE_DUMMY is not set
|
||||||
# CONFIG_ZSMALLOC is not set
|
CONFIG_ZRAM=m
|
||||||
|
# CONFIG_ZRAM_DEBUG is not set
|
||||||
|
CONFIG_ZSMALLOC=y
|
||||||
# CONFIG_FB_SM7XX is not set
|
# CONFIG_FB_SM7XX is not set
|
||||||
# CONFIG_CRYSTALHD is not set
|
# CONFIG_CRYSTALHD is not set
|
||||||
CONFIG_FB_XGI=m
|
CONFIG_FB_XGI=m
|
||||||
|
@ -3827,9 +3829,9 @@ CONFIG_FB_XGI=m
|
||||||
# Android
|
# Android
|
||||||
#
|
#
|
||||||
# CONFIG_ANDROID is not set
|
# CONFIG_ANDROID is not set
|
||||||
# CONFIG_USB_WPAN_HCD is not set
|
CONFIG_USB_WPAN_HCD=m
|
||||||
# CONFIG_WIMAX_GDM72XX is not set
|
# CONFIG_WIMAX_GDM72XX is not set
|
||||||
# CONFIG_CSR_WIFI is not set
|
CONFIG_CSR_WIFI=m
|
||||||
CONFIG_NET_VENDOR_SILICOM=y
|
CONFIG_NET_VENDOR_SILICOM=y
|
||||||
# CONFIG_SBYPASS is not set
|
# CONFIG_SBYPASS is not set
|
||||||
# CONFIG_BPCTL is not set
|
# CONFIG_BPCTL is not set
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-kirkwood
|
KERNEL_NAME=-kirkwood
|
||||||
KERNEL_VERSION=3.9.4-2-ARCH
|
KERNEL_VERSION=3.9.8-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue