summaryrefslogtreecommitdiff
path: root/mk/linux.mk
blob: e9d17e2313dc35c990887e870a4edae577d39fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$
#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

PKG_NAME:=	linux
PKG_VERSION:=	$(KERNEL_VERSION)
PKG_RELEASE:=	$(KERNEL_RELEASE)
PKG_MD5SUM=	$(KERNEL_MD5SUM)
DISTFILES=	$(PKG_NAME)-$(PKG_VERSION).tar.bz2
MASTER_SITES=  	${MASTER_SITE_KERNEL:=kernel/v2.6/}