From 0b79ad87995d526043c94bad69b32c01ecc976a4 Mon Sep 17 00:00:00 2001 From: mbm Date: Tue, 29 Mar 2005 03:32:18 +0000 Subject: enable CONFIG_NET_RADIO add preliminary motorola support git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@471 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target') 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:= -- cgit v1.2.3