X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/628fef7425532a0ca9f81c3565069a5cce35b069..5c1fa1ec03cbfdf76f1e6c0b3cf226173626aa70:/openwrt/target/Makefile diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index bbb9e74c3..a17a80ffc 100644 --- a/openwrt/target/Makefile +++ b/openwrt/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:=