From 23cdea78d845a98d9a8d68c3b831efea908b9d9c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 18 Jun 2014 10:08:08 +0000 Subject: ar71xx: Fixes for 951Ui-2HnD board support WAN and LAN are swapped the wrong way around. This patch fixes that by adding the 951Ui-2HnD to ar71xx.sh and the relevant entry in 02_network. This patch also defines the ACT LED as the status LED in diag.sh. Signed-off-by: Matthew Reeve Signed-off-by: John Crispin SVN-Revision: 41255 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (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 23f2ecf..6dd5e62 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -442,6 +442,9 @@ ar71xx_board_detect() { *"RouterBOARD 951G-2HnD") name="rb-951g-2hnd" ;; + *"RouterBOARD 951Ui-2HnD") + name="rb-951ui-2hnd" + ;; *"RouterBOARD 2011L") name="rb-2011l" ;; -- cgit v1.1