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:
@@ -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))
|
||||
|
||||
BIN
target/linux/image/ar7/sercomm/adam2.bin
Normal file
BIN
target/linux/image/ar7/sercomm/adam2.bin
Normal file
Binary file not shown.
BIN
target/linux/image/ar7/sercomm/dg834
Normal file
BIN
target/linux/image/ar7/sercomm/dg834
Normal file
Binary file not shown.
BIN
target/linux/image/ar7/sercomm/jdr454wb
Normal file
BIN
target/linux/image/ar7/sercomm/jdr454wb
Normal file
Binary file not shown.
Reference in New Issue
Block a user