From 5801465eb3c21e36e6eb63410a514766e36d7c11 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 10 Mar 2015 13:26:44 +0000 Subject: [PATCH] ar71xx: Fix board detection for the TP-LINK TL-MR13U. Signed-off-by: Vittorio Gambaletta SVN-Revision: 44646 --- 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 d5be238ec9..050d6ba29e 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -738,7 +738,7 @@ ar71xx_board_detect() { *"TL-MR12U") name="tl-mr12u" ;; - *"TL-MR13U") + *"TL-MR13U v1") name="tl-mr13u" ;; *"Tube2H") -- 2.30.2