From: Florian Fainelli Date: Tue, 2 Oct 2007 14:23:43 +0000 (+0000) Subject: Build all firmware until we put back profiles X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0645e1fbf9de05175216584373d2bb5e4cfb5b10;hp=4a6681a961681e0eba3bcb50a14b6679556102c2;ds=inline Build all firmware until we put back profiles SVN-Revision: 9095 --- 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))