diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-29 15:43:01 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-29 15:43:01 +0000 |
commit | 841137578b67664560a7cfb14443cac1c2031420 (patch) | |
tree | 2026faaf4a2b76082d11f64bb6eb882ebc9b453d /packages/linux/linux-rt_2.6.24.bb | |
parent | c1afe9c5b50992c1df9f564965a24d48f3030795 (diff) |
linux-rt-2.6.24: Added leds-cpu-activity.
Diffstat (limited to 'packages/linux/linux-rt_2.6.24.bb')
-rw-r--r-- | packages/linux/linux-rt_2.6.24.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-rt_2.6.24.bb b/packages/linux/linux-rt_2.6.24.bb index 61fd734632..8081f44e93 100644 --- a/packages/linux/linux-rt_2.6.24.bb +++ b/packages/linux/linux-rt_2.6.24.bb @@ -13,6 +13,8 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.3.tar.bz2 \ http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ file://sysctl_missing_include.patch;patch=1 \ file://powerpc-clockres.patch;patch=1 \ + file://leds-cpu-activity.patch;patch=1 \ + file://leds-cpu-activity-powerpc.patch;patch=1 \ file://defconfig" S = "${WORKDIR}/linux-2.6.24.3" |