diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-02 14:23:43 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-02 14:23:43 +0000 |
commit | 6f1ae7e7eba4ad29610d4dcf957a84595caa2f98 (patch) | |
tree | 0822818192216cc680278c6d33a2e9cf452cbba0 /target/linux/rdc/image/Makefile | |
parent | 4950cb14a057f74eac0b8baa91cb288ba63564c1 (diff) |
Build all firmware until we put back profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/image/Makefile')
-rw-r--r-- | target/linux/rdc/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rdc/image/Makefile b/target/linux/rdc/image/Makefile index 52e4f4a39..52a461c2b 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)) |