diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-15 20:18:48 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-15 20:18:48 +0000 |
commit | f1d9b455031c184ea29324e8317a356e87da9d17 (patch) | |
tree | 5a52b5f359cd2892563b59e8dc44ae7a3752e1ce /packages/linux | |
parent | 47046bd6f427d78035a6096bff67d4afa9c623a6 (diff) |
linux-rt-2.6.24: Added squashfs-lzma. Reduced kernel configuration.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-rt_2.6.24.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-rt_2.6.24.bb b/packages/linux/linux-rt_2.6.24.bb index 38bdfef48b..9869757391 100644 --- a/packages/linux/linux-rt_2.6.24.bb +++ b/packages/linux/linux-rt_2.6.24.bb @@ -6,12 +6,12 @@ DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEPENDS_append_mpc8313e-rdb = " dtc-native" -PR = "r0" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/patch-2.6.24-rt1.bz2;patch=1 \ - file://defconfig \ - " + http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ + file://defconfig" S = "${WORKDIR}/linux-2.6.24" |