mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-raspberrypi to 3.18.9-2
This commit is contained in:
parent
57253a5801
commit
a1e33f9747
4 changed files with 16 additions and 84 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=5e3fb8358a4918c1c6c3ad0706da28c90ef7f737
|
||||
_commit=92022b0db9f121bd04d893a3f0281c7919ac7c6f
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.18.9
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
bfqver=v7r7
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -30,16 +30,16 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('88a3ab7a0bfec9f470f029468fe3a2d6'
|
||||
md5sums=('712cb3627637756688af7217f626ffba'
|
||||
'SKIP'
|
||||
'1c7c2d0338939a9e6953a64d80861471'
|
||||
'a81346cce95baeac2c56cf60d3c7e5b6'
|
||||
'8f2743651280f5a022e541f4e95e5546'
|
||||
'69d50a4604a587ae770e4be244e293bd'
|
||||
'7ca71972aba94a9ce21c2e942cb1d582'
|
||||
'02bdc293e3fefe067a0aae2635c3220b'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'34c9486ef89b066c544b6a6949545a21'
|
||||
'f76aedaec63f00c28730fce35723e6df')
|
||||
'57071ad9cbcb90f804d3e7450537a89f'
|
||||
'ead0a117997d9116f255931c203795d2')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -44,80 +44,10 @@
|
|||
#device_tree_param=spi=on
|
||||
#device_tree_param=act_led_trigger=mmc
|
||||
|
||||
# Uncomment one of these lines to enable an audio interface
|
||||
#device_tree_overlay=hifiberry-dac
|
||||
#device_tree_overlay=hifiberry-dacplus
|
||||
#device_tree_overlay=hifiberry-digi
|
||||
#device_tree_overlay=hifiberry-amp
|
||||
#device_tree_overlay=iqaudio-dac
|
||||
#device_tree_overlay=iqaudio-dacplus
|
||||
|
||||
# Uncomment to enable the lirc-rpi module
|
||||
# Params: gpio_out_pin GPIO pin for output (default "17")
|
||||
# gpio_in_pin GPIO pin for input (default "18")
|
||||
# gpio_in_pull Pull up/down/off on the input pin
|
||||
# (default "down")
|
||||
# sense Override the IR receive auto-detection logic:
|
||||
# "1" = force active high
|
||||
# "0" = force active low
|
||||
# "-1" = use auto-detection
|
||||
# (default "-1")
|
||||
# softcarrier Turn the software carrier "on" or "off"
|
||||
# (default "on")
|
||||
# invert "on" = invert the output pin (default "off")
|
||||
# debug "on" = enable additional debug messages
|
||||
# (default "off")
|
||||
#device_tree_overlay=lirc-rpi
|
||||
#device_tree_param=gpio_out_pin=17
|
||||
#device_tree_param=gpio_in_pin=18
|
||||
#device_tree_param=gpio_in_pull=down
|
||||
|
||||
# Uncomment to enable the w1-gpio Onewire interface module
|
||||
# Use this overlay if you *don't* need a pin to drive an external pullup.
|
||||
# Params: gpiopin GPIO pin for I/O (default "4")
|
||||
# pullup Non-zero, "on", or "y" to enable the parasitic
|
||||
# power (2-wire, power-on-data) feature
|
||||
#device_tree_overlay=w1-gpio
|
||||
#device_tree_param=gpiopin=4
|
||||
#device_tree_param=pullup=on
|
||||
|
||||
# Uncomment to enable the w1-gpio Onewire interface module
|
||||
# Use this overlay if you *do* need a pin to drive an external pullup.
|
||||
# Params: gpiopin GPIO pin for I/O (default "4")
|
||||
# pullup Non-zero, "on", or "y" to enable the parasitic
|
||||
# power (2-wire, power-on-data) feature
|
||||
# extpullup GPIO pin for external pullup (default "5")
|
||||
#device_tree_overlay=w1-gpio-pullup
|
||||
#device_tree_param=gpiopin=4
|
||||
#device_tree_param=pullup=on
|
||||
#device_tree_param=extpullup=5
|
||||
|
||||
# Uncomment to enable pps-gpio (pulse-per-second time signal via GPIO)
|
||||
# Params: gpiopin GPIO input pin (default "18")
|
||||
#device_tree_overlay=pps-gpio
|
||||
#device_tree_param=gpiopin=18
|
||||
|
||||
# Uncomment to enable a generic I2C RTC overlay supporting ds1307, ds3231, pcf2127, and pcf8523
|
||||
#device_tree_overlay=i2c-rtc
|
||||
#device_tree_param=ds1307
|
||||
#device_tree_param=ds3231
|
||||
#device_tree_param=pcf2127
|
||||
#device_tree_param=pcf8523
|
||||
|
||||
# Uncomment to enable the BMP085/BMP180 temperature/pressure sensor
|
||||
#device_tree_overlay=bmp085_i2c-sensor
|
||||
|
||||
# Uncomment to enable an FB TFT module
|
||||
#device_tree_overlay=hy28a
|
||||
#device_tree_overlay=hy28b
|
||||
#device_tree_overlay=piscreen
|
||||
#device_tree_overlay=rpi-display
|
||||
#device_tree_overlay=pitft28-resistive
|
||||
#device_tree_overlay=mz61581
|
||||
#device_tree_overlay=tinylcd35
|
||||
|
||||
# Uncomment to enable the Microchip ENC28J60 Ethernet Controller
|
||||
#device_tree_overlay=enc28j60
|
||||
#
|
||||
# See /boot/overlays/README for a detailed list and description of additional
|
||||
# overlays and their configuration options.
|
||||
#
|
||||
|
||||
# Uncomment if you get no picture on HDMI for a default "safe" mode
|
||||
#hdmi_safe=1
|
||||
|
|
|
@ -437,7 +437,7 @@ CONFIG_CMA_AREAS=7
|
|||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZBUD is not set
|
||||
CONFIG_ZSMALLOC=y
|
||||
# CONFIG_PGTABLE_MAPPING is not set
|
||||
CONFIG_PGTABLE_MAPPING=y
|
||||
CONFIG_FORCE_MAX_ZONEORDER=11
|
||||
CONFIG_ALIGNMENT_TRAP=y
|
||||
CONFIG_UACCESS_WITH_MEMCPY=y
|
||||
|
@ -1274,7 +1274,7 @@ CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|||
CONFIG_BLK_DEV=y
|
||||
# CONFIG_BLK_DEV_NULL_BLK is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_LZ4_COMPRESS is not set
|
||||
CONFIG_ZRAM_LZ4_COMPRESS=y
|
||||
# CONFIG_ZRAM_DEBUG is not set
|
||||
# CONFIG_BLK_DEV_COW_COMMON is not set
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
|
@ -4502,6 +4502,7 @@ CONFIG_ZLIB_INFLATE=y
|
|||
CONFIG_ZLIB_DEFLATE=y
|
||||
CONFIG_LZO_COMPRESS=y
|
||||
CONFIG_LZO_DECOMPRESS=y
|
||||
CONFIG_LZ4_COMPRESS=m
|
||||
CONFIG_LZ4_DECOMPRESS=y
|
||||
CONFIG_XZ_DEC=y
|
||||
# CONFIG_XZ_DEC_X86 is not set
|
||||
|
|
|
@ -478,7 +478,7 @@ CONFIG_CMA_AREAS=7
|
|||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZBUD is not set
|
||||
CONFIG_ZSMALLOC=y
|
||||
# CONFIG_PGTABLE_MAPPING is not set
|
||||
CONFIG_PGTABLE_MAPPING=y
|
||||
CONFIG_FORCE_MAX_ZONEORDER=11
|
||||
CONFIG_ALIGNMENT_TRAP=y
|
||||
CONFIG_UACCESS_WITH_MEMCPY=y
|
||||
|
@ -1365,7 +1365,7 @@ CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|||
CONFIG_BLK_DEV=y
|
||||
# CONFIG_BLK_DEV_NULL_BLK is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_LZ4_COMPRESS is not set
|
||||
CONFIG_ZRAM_LZ4_COMPRESS=y
|
||||
# CONFIG_ZRAM_DEBUG is not set
|
||||
# CONFIG_BLK_DEV_COW_COMMON is not set
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
|
@ -4601,6 +4601,7 @@ CONFIG_ZLIB_INFLATE=y
|
|||
CONFIG_ZLIB_DEFLATE=y
|
||||
CONFIG_LZO_COMPRESS=y
|
||||
CONFIG_LZO_DECOMPRESS=y
|
||||
CONFIG_LZ4_COMPRESS=m
|
||||
CONFIG_LZ4_DECOMPRESS=y
|
||||
CONFIG_XZ_DEC=y
|
||||
# CONFIG_XZ_DEC_X86 is not set
|
||||
|
|
Loading…
Reference in a new issue