2012-01-17 06:48:33 +01:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
ETYPE="sources"
|
|
|
|
K_WANT_GENPATCHES=""
|
|
|
|
K_GENPATCHES_VER=""
|
2012-01-20 06:57:10 +01:00
|
|
|
K_NASPATCHES_VER="6"
|
2012-01-17 06:48:33 +01:00
|
|
|
K_KERNEL_PATCH_VER=""
|
|
|
|
K_NASKERNEL_NAME="buffalo_ls_hgl"
|
|
|
|
K_NASKERNEL_URI_CONFIG="yes"
|
|
|
|
K_ONLY_SOURCES="1"
|
|
|
|
|
|
|
|
inherit nas-kernel
|
|
|
|
|
|
|
|
KEYWORDS="~arm"
|
|
|
|
DESCRIPTION="Official Genlink Buffalo Linkstation hgl Linux kernel sources"
|
|
|
|
RESTRICT="mirror"
|
|
|
|
IUSE="sources_standalone"
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
sources_standalone? ( !=sys-kernel/linux-buffalo_ls_hgl-${PVR} )
|
|
|
|
!sources_standalone? ( =sys-kernel/linux-buffalo_ls_hgl-${PVR} )"
|