From 4cf64c51424c0397d3542225e7d18f9cc2b9fcc9 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Wed, 8 Jan 2020 06:14:24 -0800 Subject: [PATCH] ar71xx: fix letv board name --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 773575fe9..3e507e3be 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -463,7 +463,7 @@ ar71xx_board_detect() { *"AP143 reference board") name="ap143" ;; - *"AP147-010 reference board") + *"Letv SuperRouter") name="ap147-010" ;; *"AP152 reference board")