f44d38695b
(Portage version: 2.2.0_alpha37/svn/Linux x86_64, RepoMan options: --force) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2920 6952d904-891a-0410-993b-d76249ca496b
16 lines
460 B
Bash
16 lines
460 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
ETYPE="sources"
|
|
K_NASPATCHES_VER="2"
|
|
K_KERNEL_PATCH_VER="8"
|
|
K_NASKERNEL_URI_CONFIG="yes"
|
|
# Doesn't make any difference, but a valid kernel .config
|
|
# file is required in order to build kernel firmwares
|
|
K_FIRMWARE_PACKAGE="1"
|
|
inherit nas-kernel
|
|
KEYWORDS="~arm"
|
|
DESCRIPTION="Linux Kernel firmwares from kernel.org tarballs"
|
|
RESTRICT="mirror"
|