diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-08-31 13:54:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-31 13:54:30 +0000 |
commit | fbabf992cd9f11e1260244d6f3ac13965a669b2f (patch) | |
tree | 296e343a65535783c61b3950ba02d82869714b62 /packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb | |
parent | c6c07a6182b57e3b494370385cc07a0f124a000f (diff) |
linux-openzaurus-2.6.13-rc5-mm1: add a patch to remove the SanDisk ConnectPlus card from the ide-cs driver. As both the ide and hostap drivers trying to access this card at same time is not currently working.
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb index 51e67763a5..33e9f95bba 100644 --- a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb +++ b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.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/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -105,6 +105,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \ file://pxa-serial-hack.patch;patch=1 \ ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \ file://dtl1_cs-add-socket-revE.patch;patch=1 \ + file://connectplus-remove-ide-HACK.patch;patch=1 \ file://defconfig-c7x0 \ file://defconfig-ipaq-pxa-2.6 \ file://defconfig-collie \ |