X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2FMakefile;h=a17a80ffc17adff68578dffa8e9af845692ed01b;hp=bbb9e74c343a3b4483504231c088caa7ea8bcf6c;hb=0b79ad87995d526043c94bad69b32c01ecc976a4;hpb=4553bd9f28ddccfa1d0b8e95bc6d144b9d049e2e diff --git a/target/Makefile b/target/Makefile index bbb9e74c3..a17a80ffc 100644 --- a/target/Makefile +++ b/target/Makefile @@ -19,6 +19,14 @@ endif ifeq ($(BR2_TARGET_WRT54GS),y) IMAGE_TARGETS += $(BIN_DIR)/openwrt-wrt54gs-$(1).bin endif + + +$(BIN_DIR)/openwrt-motorola-$(1).bin: $(BIN_DIR)/openwrt-generic-$(patsubst jffs2,jffs2-8MB,$(1)).trx + PATH=$(TARGET_PATH) motorola-bin $$< $$@ + +ifeq ($(BR2_TARGET_MOTOROLA),y) +IMAGE_TARGETS += $(BIN_DIR)/openwrt-motorola-$(1).bin +endif endef TARGET_DIRS:=