mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0
The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -126,6 +126,9 @@ tplink_board_detect() {
|
||||
"430000"*)
|
||||
model="TP-Link TL-WDR4300"
|
||||
;;
|
||||
"431000"*)
|
||||
model="TP-Link TL-WDR4310"
|
||||
;;
|
||||
*)
|
||||
hwver=""
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user