diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-23 15:44:37 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-23 15:44:37 +0000 |
commit | 81871146fc44e7bfb8994d72179f1d2b18234f46 (patch) | |
tree | 56554958dd9cab600b6df0962a2d0f6214b5498f /packages/linux | |
parent | b0b86b00cd0958f9b320546de9171f127a7f17d6 (diff) | |
parent | 7800aa9b73b83aa07a4a10a6fda5d38c7b7a0bbe (diff) |
merge of '4ed867356aa513df5383618b7b7dbfe95e1a60f3'
and '61fe964a3f1677ae14fdaf18662f4d14b4613bb1'
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/mainstone-kernel_2.6.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/mainstone-kernel_2.6.18.bb b/packages/linux/mainstone-kernel_2.6.18.bb index 6b90f73f3e..d17b6097b8 100644 --- a/packages/linux/mainstone-kernel_2.6.18.bb +++ b/packages/linux/mainstone-kernel_2.6.18.bb @@ -2,12 +2,12 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Mainstone (PXA270 ref design)" LICENSE = "GPL" MAINTAINER = "Cliff Brake <cliff.brake@gmail.com>" -PR = "r0 +PR = "r0" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ file://mainstone_defconfig" -S = "${WORKDIR}/linux-2.6.18 +S = "${WORKDIR}/linux-2.6.18" COMPATIBLE_HOST = 'arm.*-linux' |