[openwrt/openwrt] ar71xx: /lib/ar71xx.sh: add model detection for TP-Link TL-WR810N

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 3 05:15:36 PST 2018


neoraider pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/b1205a921177607c572605601b6e8ca5b6816838

commit b1205a921177607c572605601b6e8ca5b6816838
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Sat Feb 3 14:12:05 2018 +0100

    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 <mschiffer at universe-factory.net>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index bf36598..170c6f0 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"
 



More information about the lede-commits mailing list