diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-16 09:39:44 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-16 09:39:44 +0000 |
commit | 958588c6d18a958f5d3e5ccc98fc5c1069e355f3 (patch) | |
tree | a1f3f03ae1617d949c70ea0d4224f91c67fd9d2e /packages/linux/linux-openzaurus_2.6.11.bb | |
parent | ae9f324616229fbe1d8af41be40e95cab9905fa5 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/16 10:01:06+01:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/oe/openembedded
2005/05/16 10:00:51+01:00 rpsys.net!RP
linux-oz-2.6: Update to 2.6.12-rc3-mm3, Update corgi power patch, Updates to hx2750 code (esp tsc2101 driver).
BKrev: 42886a60_Sar34kJd73AiZ-Hke9-9g
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.11.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.11.bb b/packages/linux/linux-openzaurus_2.6.11.bb index 530b032e97..2662563361 100644 --- a/packages/linux/linux-openzaurus_2.6.11.bb +++ b/packages/linux/linux-openzaurus_2.6.11.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" #KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}" KV = "${@bb.data.getVar('PV',d,True)}" -PR = "r19" +PR = "r20" DOSRC = "http://www.do13.in-berlin.de/openzaurus" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -39,7 +39,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.gz \ ${RPSRC}/corgi_irda-r2.patch;patch=1 \ ${RPSRC}/corgi_base_extras1-r2.patch;patch=1 \ ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ - ${RPSRC}/corgi_power-r20.patch;patch=1 \ + ${RPSRC}/corgi_power-r22.patch;patch=1 \ ${RPSRC}/corgi_power1-r1.patch;patch=1 \ ${RPSRC}/ide_fixes-r1.patch;patch=1 \ ${RPSRC}/mmc_sd-r4.patch;patch=1 \ |