From b1205a921177607c572605601b6e8ca5b6816838 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 3 Feb 2018 14:12:05 +0100 Subject: ar71xx: /lib/ar71xx.sh: add model detection for TP-Link TL-WR810N Properly report the revision in /tmp/sysinfo/model. Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index bf365988ac..170c6f01b4 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -221,6 +221,9 @@ tplink_board_detect() { "080200"*) model="TP-Link TL-WR802N" ;; + "081000"*) + model="TP-Link TL-WR810N" + ;; "083000"*) model="TP-Link TL-WA830RE" -- cgit v1.2.3