mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:24:35 +08:00
disabled zram
This commit is contained in:
parent
830c21a1c9
commit
9c6d096ddd
@ -8,7 +8,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs')
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=3.10.10
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
@ -34,7 +34,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz
|
||||
'change-default-console-loglevel.patch')
|
||||
sha256sums=('df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544'
|
||||
'22cb9a7721bacd40d83c2d630f672e09495ce9d29f896e874ea8669bb577e193'
|
||||
'0f392605205d2b2083801a7b88cdff389e5d742a3a98ac71a23890328d81237b'
|
||||
'af9e913492ef30309b1970c5dbea3159a6c4698f544f74f0d299b13d5f88f3e1'
|
||||
'9b7b9f14818590e3661ca6b69e6e218fff2c796b1f10db667af80b53129c8882'
|
||||
'bd56283210474d62be22a429c8401a9b45501c6a182391d05290554c23283296'
|
||||
'ce5b05e6c31480068862cc2c4fca108e7dc28b0c06cf63a02929b0f6ce1b5a01'
|
||||
@ -320,3 +320,4 @@ package_linux-docs() {
|
||||
# remove a file already in linux package
|
||||
rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
|
||||
}
|
||||
|
||||
|
@ -5133,7 +5133,7 @@ CONFIG_VT6655=m
|
||||
CONFIG_VT6656=m
|
||||
CONFIG_DX_SEP=m
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM=n
|
||||
# CONFIG_ZRAM_DEBUG is not set
|
||||
CONFIG_WLAGS49_H2=m
|
||||
CONFIG_WLAGS49_H25=m
|
||||
|
Loading…
Reference in New Issue
Block a user