aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-07-12 13:38:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-07-12 13:38:40 +0000
commit42ee0d2a0f1ebf5c549805ac9d001ba486ba3982 (patch)
treed9fe7ec2832535ff27807278b8359a4dc094586b /target/linux/ar71xx/base-files
parentcb32e76a01990169ac96d9ade4a5f39b39153ace (diff)
downloadupstream-42ee0d2a0f1ebf5c549805ac9d001ba486ba3982.tar.gz
upstream-42ee0d2a0f1ebf5c549805ac9d001ba486ba3982.tar.bz2
upstream-42ee0d2a0f1ebf5c549805ac9d001ba486ba3982.zip
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
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
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=""
;;