summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-titan-sh4_2.6.21.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-08-08 12:38:43 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-08 12:38:43 -0700
commit8ccfc13fefa2d748b038d8ee8ba2cba3265f77a4 (patch)
treec941acb675d879d343519299f408c9345bef36fc /recipes/linux/linux-titan-sh4_2.6.21.bb
parentf2ee6f993790daa0765f89712c14b9e49b686ab8 (diff)
linux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux-titan-sh4_2.6.21.bb')
-rw-r--r--recipes/linux/linux-titan-sh4_2.6.21.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-titan-sh4_2.6.21.bb b/recipes/linux/linux-titan-sh4_2.6.21.bb
index c760669bde..e40a79b4c8 100644
--- a/recipes/linux/linux-titan-sh4_2.6.21.bb
+++ b/recipes/linux/linux-titan-sh4_2.6.21.bb
@@ -1,12 +1,13 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for SH4 based TITAN (NP51R/LinkGear Series 100) router appliance"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://titan-flash.patch;patch=1 \
file://titan-pcibios-scan-update.patch;patch=1 \
file://no-mm-mutex.patch;patch=1 \
+ file://linux-2.6-limits.patch;patch=1 \
file://titan-config"
S = "${WORKDIR}/linux-${PV}"