From 6278dd1093cdad3fe5e42b7b4f0902c383013ed7 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 2 Oct 2007 14:23:43 +0000
Subject: [PATCH] Build all firmware until we put back profiles

SVN-Revision: 9095
---
 target/linux/rdc/image/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/rdc/image/Makefile b/target/linux/rdc/image/Makefile
index 52e4f4a39a..52a461c2b1 100644
--- a/target/linux/rdc/image/Makefile
+++ b/target/linux/rdc/image/Makefile
@@ -43,7 +43,8 @@ endef
 
 define Image/Build
 	$(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).bzImage
-	$(call Image/Build/$(PROFILE),$(1),$(PROFILE),$(patsubst jffs2-%k,%,$(1)))
+	$(call Image/Build/ar525w,$(1),ar525w,$(patsubst jffs2-%k,%,$(1)))
+	$(call Image/Build/wl153,$(1),wl153,$(patsubst jffs2-%k,%,$(1)))
 endef
 
 $(eval $(call BuildImage))
-- 
GitLab