diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-16 16:23:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-16 16:23:55 +0000 |
commit | c1c3aa4892bfe913d837781b4078a0f63def42b4 (patch) | |
tree | 402d5c7ebfe4e46b03e1afa49944f6e932d08151 /packages/linux/linux_2.6.24.bb | |
parent | 6f3bf92b602a4229723e1b4e2d09b6291ea16d29 (diff) | |
parent | f6a7abab3c605662c0a39a65e0dfbd50dbda450b (diff) |
merge of '288800330cbc2faa2cdc0823b0016b858b6bee68'
and '6fbaa4dcc3640605ad76e93bbea2d08d823badbb'
Diffstat (limited to 'packages/linux/linux_2.6.24.bb')
-rw-r--r-- | packages/linux/linux_2.6.24.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb index 18ba900fce..afb45159c4 100644 --- a/packages/linux/linux_2.6.24.bb +++ b/packages/linux/linux_2.6.24.bb @@ -7,11 +7,12 @@ DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEPENDS_append_mpc8313e-rdb = " dtc-native" -PR = "r3" +PR = "r5" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ - file://defconfig \ - " + http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ + file://powerpc-clockres.patch;patch=1 \ + file://defconfig" # Real-time preemption. This is experimental and requires a different defconfig. #SRC_URI += " http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.24-rt1.bz2;patch=1" |