mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:17:46 +08:00
linux: change configs
This commit is contained in:
parent
f0427d591b
commit
45cdd9acb1
@ -24,7 +24,7 @@ PATCHES=(
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
#http://chakra.sourceforge.net/sources/linux/patches/3.2/candidate/$_prepatch.patch%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/candidate/$_prepatch.patch%1
|
||||
#ftp://ftp.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-$_prepatch.gz%1
|
||||
|
||||
# Archlinux patches
|
||||
@ -120,7 +120,7 @@ PATCHES=(
|
||||
|
||||
)
|
||||
# Name of the resulting patch (will be bzipped afterwards)
|
||||
PATCHNAME="patch-3.2.2-1-CHAKRA"
|
||||
PATCHNAME="patch-3.2.2-2-CHAKRA"
|
||||
|
||||
# Run this before applying patches
|
||||
pre_apply() {
|
||||
|
@ -10,10 +10,10 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -CHAKRA kernel
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.2
|
||||
pkgver=${_basekernel}.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_aufs="3.2-20120109"
|
||||
makedepends=('xmlto' 'docbook-xsl')
|
||||
_patchname="patch-${pkgver}-1-CHAKRA"
|
||||
_patchname="patch-${pkgver}-2-CHAKRA"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL2')
|
||||
url="http://www.kernel.org"
|
||||
@ -25,9 +25,9 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_basekernel.tar.bz2
|
||||
# standard config files for mkinitcpio ramdisk
|
||||
linux.preset)
|
||||
md5sums=('7ceb61f87c097fc17509844b71268935'
|
||||
'6e0c54cd695691021af232f7339bf680'
|
||||
'b177a7b0973fbdb027878dafb017a73c'
|
||||
'0e5a07bf3d98a782c4f009b381f98e59'
|
||||
'254e0f07a77e0e413f527351cb392326'
|
||||
'6dd15efc7ea992c4b58e05b3aa0143bf'
|
||||
'b9d2582a0dda0ba06925c5eddb9283d8'
|
||||
'b019872ce926de3ec82985fc399832c6')
|
||||
|
||||
build() {
|
||||
|
@ -2290,13 +2290,11 @@ CONFIG_CARL9170_WPC=y
|
||||
CONFIG_ATH6KL=m
|
||||
# CONFIG_ATH6KL_DEBUG is not set
|
||||
CONFIG_B43=m
|
||||
CONFIG_B43_BCMA=y
|
||||
CONFIG_B43_SSB=y
|
||||
CONFIG_B43_PCI_AUTOSELECT=y
|
||||
CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
CONFIG_B43_PCMCIA=y
|
||||
CONFIG_B43_SDIO=y
|
||||
CONFIG_B43_BCMA_PIO=y
|
||||
CONFIG_B43_PIO=y
|
||||
CONFIG_B43_PHY_N=y
|
||||
CONFIG_B43_PHY_LP=y
|
||||
@ -3342,11 +3340,7 @@ CONFIG_BCMA_POSSIBLE=y
|
||||
#
|
||||
# Broadcom specific AMBA
|
||||
#
|
||||
CONFIG_BCMA=m
|
||||
CONFIG_BCMA_BLOCKIO=y
|
||||
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
||||
CONFIG_BCMA_HOST_PCI=y
|
||||
# CONFIG_BCMA_DEBUG is not set
|
||||
# CONFIG_BCMA is not set
|
||||
|
||||
#
|
||||
# Multifunction device drivers
|
||||
|
@ -2176,13 +2176,11 @@ CONFIG_CARL9170_WPC=y
|
||||
CONFIG_ATH6KL=m
|
||||
# CONFIG_ATH6KL_DEBUG is not set
|
||||
CONFIG_B43=m
|
||||
CONFIG_B43_BCMA=y
|
||||
CONFIG_B43_SSB=y
|
||||
CONFIG_B43_PCI_AUTOSELECT=y
|
||||
CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
CONFIG_B43_PCMCIA=y
|
||||
CONFIG_B43_SDIO=y
|
||||
CONFIG_B43_BCMA_PIO=y
|
||||
CONFIG_B43_PIO=y
|
||||
CONFIG_B43_PHY_N=y
|
||||
CONFIG_B43_PHY_LP=y
|
||||
@ -3191,11 +3189,7 @@ CONFIG_BCMA_POSSIBLE=y
|
||||
#
|
||||
# Broadcom specific AMBA
|
||||
#
|
||||
CONFIG_BCMA=m
|
||||
CONFIG_BCMA_BLOCKIO=y
|
||||
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
||||
CONFIG_BCMA_HOST_PCI=y
|
||||
# CONFIG_BCMA_DEBUG is not set
|
||||
# CONFIG_BCMA is not set
|
||||
|
||||
#
|
||||
# Multifunction device drivers
|
||||
|
Loading…
Reference in New Issue
Block a user