mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-sun7i to 3.3.0-7 (fixes #615)
This commit is contained in:
parent
a807945433
commit
77840d6a64
2 changed files with 9 additions and 5 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-sunxi-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="sun7i"
|
||||
pkgver=3.3.0
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
arch=('armv7h')
|
||||
url="https://github.com/cubieboard2/linux-sunxi"
|
||||
license=('GPL2')
|
||||
|
@ -18,7 +18,7 @@ options=('!strip')
|
|||
source=("https://github.com/cubieboard2/linux-sunxi/archive/${_commit}.tar.gz"
|
||||
'config')
|
||||
md5sums=('7fa48cc5b9d8917601aa1f95818a6a08'
|
||||
'079967b44c4e96f8d9a099c4d90f1a51')
|
||||
'bc2674b0ce8f24bf5dd2c43e9c30966f')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.3.0-5 Kernel Configuration
|
||||
# Linux/arm 3.3.0-6 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -571,7 +571,10 @@ CONFIG_NET_IPIP=m
|
|||
CONFIG_NET_IPGRE_DEMUX=m
|
||||
CONFIG_NET_IPGRE=m
|
||||
# CONFIG_NET_IPGRE_BROADCAST is not set
|
||||
# CONFIG_IP_MROUTE is not set
|
||||
CONFIG_IP_MROUTE=y
|
||||
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
|
||||
CONFIG_IP_PIMSM_V1=y
|
||||
CONFIG_IP_PIMSM_V2=y
|
||||
# CONFIG_ARPD is not set
|
||||
# CONFIG_SYN_COOKIES is not set
|
||||
CONFIG_INET_AH=y
|
||||
|
@ -660,7 +663,7 @@ CONFIG_NETFILTER_XTABLES=y
|
|||
#
|
||||
CONFIG_NETFILTER_XT_MARK=y
|
||||
CONFIG_NETFILTER_XT_CONNMARK=m
|
||||
# CONFIG_NETFILTER_XT_SET is not set
|
||||
CONFIG_NETFILTER_XT_SET=m
|
||||
|
||||
#
|
||||
# Xtables targets
|
||||
|
@ -2522,6 +2525,7 @@ CONFIG_SOUND_OSS_CORE_PRECLAIM=y
|
|||
CONFIG_SND=y
|
||||
CONFIG_SND_TIMER=y
|
||||
CONFIG_SND_PCM=y
|
||||
CONFIG_SND_HWDEP=m
|
||||
CONFIG_SND_RAWMIDI=m
|
||||
CONFIG_SND_JACK=y
|
||||
CONFIG_SND_SEQUENCER=m
|
||||
|
|
Loading…
Reference in a new issue