From 33220828dc3f7a41ae066b47375929dad6deb914 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 12 Jul 2012 13:38:40 +0000 Subject: 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 SVN-Revision: 32683 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 702fa7e546..8c83356ce1 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -126,6 +126,9 @@ tplink_board_detect() { "430000"*) model="TP-Link TL-WDR4300" ;; + "431000"*) + model="TP-Link TL-WDR4310" + ;; *) hwver="" ;; -- cgit v1.2.3