blob: 6987a27d9099facdc7e72f4d2c7fe522ff77b880 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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_HASH:= $(KERNEL_HASH)
PKG_SITES:= ${MASTER_SITE_KERNEL:=kernel/v3.0/} \
${MASTER_SITE_KERNEL:=kernel/v3.0/testing/}
DISTFILES= $(PKG_NAME)-$(PKG_VERSION).tar.xz
|