summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-02-12 06:00:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-02-12 06:00:38 +0000
commit86382b98a47616d0ac75e336381c4d27bc88e69f (patch)
treecada89d670732bb77a94705b02db613ffcb7a2e3 /openwrt/target/linux/image
parentec41db56e7f296beaef14d6f765036d9b58717c0 (diff)
downloadmtk-20170518-86382b98a47616d0ac75e336381c4d27bc88e69f.zip
mtk-20170518-86382b98a47616d0ac75e336381c4d27bc88e69f.tar.gz
mtk-20170518-86382b98a47616d0ac75e336381c4d27bc88e69f.tar.bz2
add support for netgear dg834 and the almost identical sphairon jdr454wb: new images, automatic boot loader patcher, updated flash script (dlink.pl renamed to adam2flash.pl) - Thanks to Jonathan McDowell (Noodles)
SVN-Revision: 3221
Diffstat (limited to 'openwrt/target/linux/image')
-rw-r--r--openwrt/target/linux/image/ar7/Makefile13
-rw-r--r--openwrt/target/linux/image/ar7/sercomm/adam2.binbin0 -> 131072 bytes
-rw-r--r--openwrt/target/linux/image/ar7/sercomm/dg834bin0 -> 80 bytes
-rw-r--r--openwrt/target/linux/image/ar7/sercomm/jdr454wbbin0 -> 80 bytes
4 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/ar7/Makefile b/openwrt/target/linux/image/ar7/Makefile
index 38fce6b..3a803cb 100644
--- a/openwrt/target/linux/image/ar7/Makefile
+++ b/openwrt/target/linux/image/ar7/Makefile
@@ -83,6 +83,19 @@ $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS)-$(1).bin: $(BIN_DIR)/openwrt-$(BOARD
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
+ 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
+endef
+
+$(eval $(call sercomm_template,dg834))
+$(eval $(call sercomm_template,jdr454wb))
+
$(eval $(call pattern_template,AG1B))
$(eval $(call pattern_template,WA22))
$(eval $(call pattern_template,WAG2))
diff --git a/openwrt/target/linux/image/ar7/sercomm/adam2.bin b/openwrt/target/linux/image/ar7/sercomm/adam2.bin
new file mode 100644
index 0000000..d4aa0cd
--- /dev/null
+++ b/openwrt/target/linux/image/ar7/sercomm/adam2.bin
Binary files differ
diff --git a/openwrt/target/linux/image/ar7/sercomm/dg834 b/openwrt/target/linux/image/ar7/sercomm/dg834
new file mode 100644
index 0000000..61fe336
--- /dev/null
+++ b/openwrt/target/linux/image/ar7/sercomm/dg834
Binary files differ
diff --git a/openwrt/target/linux/image/ar7/sercomm/jdr454wb b/openwrt/target/linux/image/ar7/sercomm/jdr454wb
new file mode 100644
index 0000000..821ff1c
--- /dev/null
+++ b/openwrt/target/linux/image/ar7/sercomm/jdr454wb
Binary files differ