19 lines
556 B
Bash
19 lines
556 B
Bash
|
# Copyright 1999-2011 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
|
||
|
ETYPE="sources"
|
||
|
K_NASPATCHES_VER="4"
|
||
|
K_KERNEL_PATCH_VER=""
|
||
|
K_KERNEL_SOURCES_PKG="sys-kernel/buffalo_ls_chl-sources-${PVR}"
|
||
|
K_NASKERNEL_URI_CONFIG="yes"
|
||
|
#K_NASKERNEL_UBOOT_VER="1.1.1_buf111"
|
||
|
#K_NASKERNEL_UBOOT_PATCHES_VER=""
|
||
|
#K_NASKERNEL_UBOOT_TARGET="rd88f5182_NAS2_TINY_buffalo_hs_config"
|
||
|
|
||
|
inherit nas-kernel
|
||
|
|
||
|
KEYWORDS="~arm"
|
||
|
DESCRIPTION="Official Genlink Buffalo Linkstation Live v3 / CHL Linux kernel image"
|
||
|
RESTRICT="mirror strip"
|