aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.23
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-02-10 18:50:51 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-02-10 18:50:51 +0000
commit217c534732b51aabd08f406045236858bdc1704f (patch)
tree09b6c04a1a58dc6a19f593689088ae4414212e90 /target/linux/ixp4xx/patches-2.6.23
parent4d1264e560dd8c5c2bad06d2ef41913fcd172f16 (diff)
downloadmaster-187ad058-217c534732b51aabd08f406045236858bdc1704f.tar.gz
master-187ad058-217c534732b51aabd08f406045236858bdc1704f.tar.bz2
master-187ad058-217c534732b51aabd08f406045236858bdc1704f.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.23')
-rw-r--r--target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch2
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 481b443a59..f4910261e3 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"