From: Matthias Schiffer Date: Sat, 3 Feb 2018 13:12:05 +0000 (+0100) Subject: ar71xx: /lib/ar71xx.sh: add model detection for TP-Link TL-WR810N X-Git-Tag: v17.01.5~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F721%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index bf365988acb..170c6f01b43 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"