2013-12-10 10:22:48 +01:00
|
|
|
# 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_ls_wvl"
|
|
|
|
K_SABKERNEL_FORCE_SUBLEVEL="0"
|
2013-12-11 17:51:21 +01:00
|
|
|
K_SABPATCHES_VER="2"
|
|
|
|
K_SABCONFIGS_VER="2"
|
2013-12-10 10:22:48 +01:00
|
|
|
K_KERNEL_NEW_VERSIONING="1"
|
|
|
|
K_ONLY_SOURCES="1"
|
|
|
|
|
|
|
|
inherit sablink-kernel
|
|
|
|
|
|
|
|
KEYWORDS="~arm"
|
|
|
|
DESCRIPTION="Linux kernel sources for the buffalo_ls_wvl device"
|
|
|
|
RESTRICT="mirror"
|
|
|
|
IUSE="sources_standalone"
|
|
|
|
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
sources_standalone? ( !=sys-kernel/linux-buffalo_ls_wvl-${PVR} )
|
|
|
|
!sources_standalone? ( =sys-kernel/linux-buffalo_ls_wvl-${PVR} )"
|