Add an MTX-1 specific patch to avoid functions redefinition at compile-time.
[openwrt.git] / openwrt / target / linux / image / ar7 / Makefile
index 3a803cb..cb29ced 100644 (file)
@@ -84,13 +84,13 @@ install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS)-$(1).bin
 endef
 
 define sercomm_template
-$(BIN_DIR)/openwrt-$(1)-$(KERNEL)-$(FS).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).bin
+$(BIN_DIR)/openwrt-$(1)-$(KERNEL)-$(FS).img: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).bin
        cat sercomm/adam2.bin "$$^" > "$$@.tmp"
        dd if=sercomm/$(1) of="$$@.tmp" bs=$$$$((0x3e0000 - 80)) seek=1 conv=notrunc
        $(STAGING_DIR)/bin/dgfirmware -f -w "$$@" "$$@.tmp"
        rm -f "$$@.tmp"
 
-install: $(BIN_DIR)/openwrt-$(1)-$(KERNEL)-$(FS).bin
+install: $(BIN_DIR)/openwrt-$(1)-$(KERNEL)-$(FS).img
 endef
 
 $(eval $(call sercomm_template,dg834))
@@ -122,4 +122,5 @@ install-ib:
        $(CP) $(KDIR)/vmlinux.bin $(IB_DIR)/build_$(ARCH)/linux-$(KERNEL)-$(BOARD)/
        mkdir -p $(IB_DIR)/staging_dir_$(ARCH)
        $(CP) $(STAGING_DIR)/bin/addpattern $(IB_DIR)/staging_dir_$(ARCH)/bin/
+       $(CP) $(STAGING_DIR)/bin/dgfirmware $(IB_DIR)/staging_dir_$(ARCH)/bin/
        
This page took 0.044805 seconds and 4 git commands to generate.