From: John Crispin <john@openwrt.org>
Date: Tue, 18 May 2010 09:14:01 +0000 (+0000)
Subject: oops, missing fix from [21485]
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=91853a07211ebb0985ee61885345318ca6f4f0cc;p=openwrt%2Fstaging%2Fynezz.git

oops, missing fix from [21485]

SVN-Revision: 21499
---

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