Browse Source

Build all firmware until we put back profiles

SVN-Revision: 9095
Florian Fainelli 18 years ago
parent
commit
6278dd1093
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/rdc/image/Makefile

+ 2 - 1
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))