diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-29 16:13:36 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-29 16:13:36 +0000 |
commit | e88ffd7608ec1015eba1a92d293cf11d7d9092cf (patch) | |
tree | 28ca62500b06481a639bed91512c5bb59567e1e4 /packages/linux/linux-rt_2.6.24.bb | |
parent | 339144112d488d42d84fe5e1d91ba20bde769f76 (diff) | |
parent | 841137578b67664560a7cfb14443cac1c2031420 (diff) |
merge of '8cfccf7d76cedeebb5fc468a8aa4943a21baf0bc'
and 'cc62ac9db8f51dbeefed076296fcde38fb94e71b'
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" |