604fa24b8d
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2662 6952d904-891a-0410-993b-d76249ca496b
22 lines
615 B
Bash
22 lines
615 B
Bash
# Copyright 2004-2010 Sabayon Linux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
ETYPE="sources"
|
|
K_WANT_GENPATCHES=""
|
|
K_GENPATCHES_VER=""
|
|
K_NASPATCHES_VER="5"
|
|
K_KERNEL_PATCH_VER="8"
|
|
K_NASKERNEL_NAME="buffalo_ls_pro_live"
|
|
K_NASKERNEL_URI_CONFIG="yes"
|
|
K_ONLY_SOURCES="1"
|
|
inherit nas-kernel
|
|
KEYWORDS="~arm"
|
|
DESCRIPTION="Official Genlink Buffalo Linkstation Pro/Live Linux kernel sources"
|
|
RESTRICT="mirror"
|
|
IUSE="sources_standalone"
|
|
|
|
DEPEND="${DEPEND}
|
|
sources_standalone? ( !=sys-kernel/linux-buffalo_ls_pro_live-${PVR} )
|
|
!sources_standalone? ( =sys-kernel/linux-buffalo_ls_pro_live-${PVR} )"
|
|
|