diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-10 18:50:51 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-10 18:50:51 +0000 |
| commit | d7a2c40ab8f1fa17f6348a8c10656298ef4812fe (patch) | |
| tree | c7451e6939fe3a4f1171ccdec9311241c78faff0 /target/linux/ixp4xx | |
| parent | 1d31c179389794d07785469f742b17d11203be7f (diff) | |
| download | mtk-20170518-d7a2c40ab8f1fa17f6348a8c10656298ef4812fe.zip mtk-20170518-d7a2c40ab8f1fa17f6348a8c10656298ef4812fe.tar.gz mtk-20170518-d7a2c40ab8f1fa17f6348a8c10656298ef4812fe.tar.bz2 | |
fix typo
SVN-Revision: 10437
Diffstat (limited to 'target/linux/ixp4xx')
| -rw-r--r-- | target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch b/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch index 481b443..f491026 100644 --- a/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch +++ b/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch @@ -24,7 +24,7 @@ Index: linux-2.6.23.14/arch/arm/mach-ixp4xx/Kconfig +config DMABOUNCE_DEBUG + bool "Enable DMABounce debuging" + default n -+ depends DMABOUNCE ++ depends on DMABOUNCE + config IXP4XX_INDIRECT_PCI bool "Use indirect PCI memory access" |
