diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-17 09:09:59 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-17 09:09:59 +0200 |
commit | e0499fda0d4a459fc27dc1138f4943a0e1449db0 (patch) | |
tree | 03991f500cea3359e12a83947db816fc31e8d8b3 /recipes/linux/linux_2.6.24.bb | |
parent | d8947237a06ac5d752916d6d3c4fabf94c4d2258 (diff) |
linux-2.6.24, linux-rt-2.6.24: squashfs-lzma-2.6.24.patch imported to oe repo
(former URL no longer available)
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r-- | recipes/linux/linux_2.6.24.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb index 438ff7246c..4d338a18e6 100644 --- a/recipes/linux/linux_2.6.24.bb +++ b/recipes/linux/linux_2.6.24.bb @@ -12,10 +12,10 @@ DEFAULT_PREFERENCE_oxnas = "1" DEFAULT_PREFERENCE_hipox = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r26" +PR = "r27" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ - http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ + file://squashfs-lzma-2.6.24.patch;patch=1 \ file://time.h.patch;patch=1 \ file://defconfig" |