From 307d615ef01185e039006f1ff09e616e98cd33de Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 10 Mar 2015 13:26:44 +0000 Subject: ar71xx: Fix board detection for the TP-LINK TL-MR13U. Signed-off-by: Vittorio Gambaletta git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44646 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') 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") -- cgit v1.2.3