mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6-cubox-dt chg to wolgar source and add PPPOE
This commit is contained in:
parent
7f1d9436eb
commit
191d226e6c
2 changed files with 24 additions and 11 deletions
|
@ -10,28 +10,26 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox-dt
|
||||
pkgname=('linux-imx6-cubox-dt' 'linux-headers-imx6-cubox-dt')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=acc9fe7db282169c5ba82a6291864987cc17f313
|
||||
_commit=dbfdba1d690b28eae7f56636699e6ed7319940be
|
||||
_srcname=linux-linaro-stable-mx6-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=18
|
||||
pkgrel=19
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
|
||||
source=("https://github.com/wolfgar/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
|
||||
'config'
|
||||
'change-default-console-loglevel.pat'
|
||||
'mxc_hdmi-dont-require-cea-mode.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
||||
md5sums=('e4be9b6f3b42bf999b5775b2e7c2ec06'
|
||||
'c6513294afcd633a0cb1f8926189c754'
|
||||
md5sums=('6ac853a4dd44e720cd231b8614ddd0f9'
|
||||
'6e88185b4bf7f3ff894e2e187863346a'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'8dc29365fc5b0668c10f630cc5b5d82d'
|
||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||
'a2579ff8da52d1b922d704f160cfaa08'
|
||||
'350c99545523f2fe8301bca9cb05f586')
|
||||
|
@ -51,7 +49,6 @@ prepare() {
|
|||
# remove this when a Kconfig knob is made available by upstream
|
||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.pat"
|
||||
patch -Np1 -i "${srcdir}/mxc_hdmi-dont-require-cea-mode.patch"
|
||||
patch -Np1 -i "${srcdir}/990_cubox-i-hummingboard-enable-spdif.patch"
|
||||
patch -Np1 -i "${srcdir}/991_cubox-i-use-ipu0.patch"
|
||||
patch -Np1 -i "${srcdir}/992_hummingboard-use-ipu0-disable-cec.patch"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.30-17 Kernel Configuration
|
||||
# Linux/arm 3.10.30-19 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -1116,6 +1116,7 @@ CONFIG_IRDA=y
|
|||
# IrDA protocols
|
||||
#
|
||||
# CONFIG_IRLAN is not set
|
||||
# CONFIG_IRNET is not set
|
||||
CONFIG_IRCOMM=y
|
||||
CONFIG_IRDA_ULTRA=y
|
||||
|
||||
|
@ -1851,8 +1852,23 @@ CONFIG_REALTEK_PHY=y
|
|||
# CONFIG_MDIO_BUS_MUX_GPIO is not set
|
||||
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
|
||||
# CONFIG_MICREL_KS8995MA is not set
|
||||
# CONFIG_PPP is not set
|
||||
# CONFIG_SLIP is not set
|
||||
CONFIG_PPP=y
|
||||
CONFIG_PPP_BSDCOMP=y
|
||||
CONFIG_PPP_DEFLATE=y
|
||||
CONFIG_PPP_FILTER=y
|
||||
CONFIG_PPP_MPPE=y
|
||||
CONFIG_PPP_MULTILINK=y
|
||||
CONFIG_PPPOATM=m
|
||||
CONFIG_PPPOE=y
|
||||
CONFIG_PPTP=m
|
||||
CONFIG_PPPOL2TP=m
|
||||
CONFIG_PPP_ASYNC=y
|
||||
CONFIG_PPP_SYNC_TTY=y
|
||||
CONFIG_SLIP=y
|
||||
CONFIG_SLHC=y
|
||||
CONFIG_SLIP_COMPRESSED=y
|
||||
CONFIG_SLIP_SMART=y
|
||||
CONFIG_SLIP_MODE_SLIP6=y
|
||||
|
||||
#
|
||||
# USB Network Adapters
|
||||
|
|
Loading…
Reference in a new issue