Update kernel to latest lts incarnation

This commit is contained in:
Mario Fetka
2013-12-10 10:22:48 +01:00
parent 6af84e0ad6
commit 3c81183b9b
48 changed files with 600 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2004-2012 Sablink Linux
# Distributed under the terms of the GNU General Public License v2
EAPI=5
K_SABKERNEL_URI_CONFIG="yes"
K_SABKERNEL_NAME="buffalo_kb_pro"
K_SABKERNEL_FORCE_SUBLEVEL="0"
K_SABPATCHES_VER="1"
K_SABCONFIGS_VER="1"
K_KERNEL_NEW_VERSIONING="1"
K_ONLY_SOURCES="1"
inherit sablink-kernel
KEYWORDS="~arm"
DESCRIPTION="Linux kernel sources for the buffalo_kb_pro device"
RESTRICT="mirror"
IUSE="sources_standalone"
DEPEND="${DEPEND}
sources_standalone? ( !=sys-kernel/linux-buffalo_kb_pro-${PVR} )
!sources_standalone? ( =sys-kernel/linux-buffalo_kb_pro-${PVR} )"