Build all firmware until we put back profiles

SVN-Revision: 9095
This commit is contained in:
Florian Fainelli 2007-10-02 14:23:43 +00:00
parent db7bf6f616
commit 6278dd1093

View File

@ -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))