aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2010-05-18 09:14:01 +0000
committerJohn Crispin <blogic@openwrt.org>2010-05-18 09:14:01 +0000
commitc8e6b1378f07418d308edb3a7f98ff6f2bd91616 (patch)
treebfe15c810a4885b25e465bd13a6b5a448e7759b5 /target/linux
parent00e07cf808fd55a7ef4544e8db5515903948fe43 (diff)
downloadmaster-187ad058-c8e6b1378f07418d308edb3a7f98ff6f2bd91616.tar.gz
master-187ad058-c8e6b1378f07418d308edb3a7f98ff6f2bd91616.tar.bz2
master-187ad058-c8e6b1378f07418d308edb3a7f98ff6f2bd91616.zip
[ifxmips] oops, missing fix from [21485]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile b/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
index 008aa2b52d..4beb33b39d 100644
--- a/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
+++ b/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
@@ -1,5 +1,6 @@
obj-y := dma-core.o irq.o ebu.o setup.o devices.o cgu.o
obj-$(CONFIG_IFXMIPS_ARCAYDIAN_BRNBOOT) += arcaydian.o
-obj-$(CONFIG_DANUBE_MACH_ARV452) += mach-arv452.o
+obj-$(CONFIG_DANUBE_MACH_ARV4520) += mach-arv4520.o
+obj-$(CONFIG_DANUBE_MACH_ARV4525) += mach-arv4525.o
obj-$(CONFIG_DANUBE_MACH_EASY50712) += mach-easy50712.o
obj-$(CONFIG_DANUBE_MACH_EASY4010) += mach-easy4010.o