diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-11 12:24:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-11 12:24:31 +0000 |
commit | cb2b68ec0dc5d23a110b8730dc45d7ddbdd19e9d (patch) | |
tree | f59b02a04f9a1547456954415f7038d8e8d9156c /packages/linux | |
parent | 6a2281b9991d0dd15aae5178eabd3a6d7090b6bc (diff) |
ixp4xx-kernel: Fixed i2c on nas100d (thanks to dwery)
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.16-rc2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb b/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb index ccb37b0776..5a81a23540 100644 --- a/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb +++ b/packages/linux/ixp4xx-kernel_2.6.16-rc2.bb @@ -39,6 +39,7 @@ IXP4XX_PATCHES += "file://48-setup-byteswap-cmdline.patch;patch=1" IXP4XX_PATCHES += "file://61-ixp4xx-beeper-irq.patch;patch=1" IXP4XX_PATCHES += "file://61-nslu2-beeper.patch;patch=1" IXP4XX_PATCHES += "file://65-loft-config.patch;patch=1" +IXP4XX_PATCHES += "file://89-nas100d-fix-i2c.patch;patch=1" IXP4XX_PATCHES += "file://81-nslu2-power.patch;patch=1" IXP4XX_PATCHES += "file://82-nas100d-power.patch;patch=1" IXP4XX_PATCHES += "file://85-timer.patch;patch=1" |