1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-02-12 06:00:38 +00:00
parent 54259a7a47
commit 2f3d65daba
11 changed files with 481 additions and 5 deletions

View File

@@ -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))

Binary file not shown.

Binary file not shown.

Binary file not shown.