From: Felix Fietkau Date: Sun, 12 Feb 2006 18:47:22 +0000 (+0000) Subject: name sercomm-based ar7 images (dg834/compatible) .img instead of .bin, because the... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=efa4ddc60d529180daea5be58d17fbdcd0ab969e;ds=sidebyside name sercomm-based ar7 images (dg834/compatible) .img instead of .bin, because the web interface expects it SVN-Revision: 3228 --- diff --git a/openwrt/target/linux/image/ar7/Makefile b/openwrt/target/linux/image/ar7/Makefile index 3a803cbd8b..2cdf18d66f 100644 --- a/openwrt/target/linux/image/ar7/Makefile +++ b/openwrt/target/linux/image/ar7/Makefile @@ -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))