2015-08-10 02:42:43 +02:00
|
|
|
# Copyright 2004-2015 Sablink Linux
|
2013-12-20 19:12:20 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
K_SABKERNEL_URI_CONFIG="yes"
|
|
|
|
K_SABKERNEL_NAME="buffalo_ls_chl"
|
|
|
|
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
|
|
|
|
|
2015-08-10 02:42:43 +02:00
|
|
|
KEYWORDS="arm"
|
2013-12-20 19:12:20 +01:00
|
|
|
DESCRIPTION="Linux kernel sources for the buffalo_ls_chl device"
|
|
|
|
RESTRICT="mirror"
|
|
|
|
IUSE="sources_standalone"
|
|
|
|
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
sources_standalone? ( !=sys-kernel/linux-buffalo_ls_chl-${PVR} )
|
|
|
|
!sources_standalone? ( =sys-kernel/linux-buffalo_ls_chl-${PVR} )"
|