mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-raspberrypi to 3.1.9-25, fixes #185
This commit is contained in:
parent
22a491ce9a
commit
60b30a719a
2 changed files with 13 additions and 7 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildarch=2
|
||||
|
||||
pkgbase=linux
|
||||
pkgbase=linux-raspberypi
|
||||
pkgname=('linux-raspberrypi' 'linux-headers-raspberrypi')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.1
|
||||
pkgver=${_basekernel}.9
|
||||
pkgrel=24
|
||||
pkgrel=25
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -21,7 +21,7 @@ source=('config'
|
|||
'args-uncompressed.txt'
|
||||
'boot-uncompressed.txt'
|
||||
'imagetool-uncompressed.py')
|
||||
md5sums=('8716ae8b718b8c5fa07c1e7762273463'
|
||||
md5sums=('2457ba48a85be76abc19fc5a22cc0902'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
'6e7667c6c6348bfeca22eaaa05462d62'
|
||||
|
@ -41,9 +41,6 @@ build() {
|
|||
# FS#26528
|
||||
patch -Np1 -i "${srcdir}/usb-add-reset-resume-quirk-for-several-webcams.patch"
|
||||
|
||||
# Add Arch Linux ARM patch for ARMv5te plug computers
|
||||
#patch -Np1 -i ${srcdir}/archlinuxarm.patch
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
|
||||
|
|
|
@ -1049,8 +1049,17 @@ CONFIG_USB_VL600=m
|
|||
#
|
||||
# CAIF transport drivers
|
||||
#
|
||||
# CONFIG_PPP is not set
|
||||
CONFIG_PPP=m
|
||||
# CONFIG_PPP_MULTILINK is not set
|
||||
# CONFIG_PPP_FILTER is not set
|
||||
CONFIG_PPP_ASYNC=m
|
||||
CONFIG_PPP_SYNC_TTY=m
|
||||
CONFIG_PPP_DEFLATE=m
|
||||
CONFIG_PPP_BSDCOMP=m
|
||||
CONFIG_PPP_MPPE=m
|
||||
CONFIG_PPPOE=m
|
||||
# CONFIG_SLIP is not set
|
||||
CONFIG_SLHC=m
|
||||
# CONFIG_NETCONSOLE is not set
|
||||
# CONFIG_NETPOLL is not set
|
||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
|
|
Loading…
Reference in a new issue