diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-18 10:08:08 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-18 10:08:08 +0000 |
commit | e1da5d10dfb5a067bb99b479f4240f2b3bafa38f (patch) | |
tree | 4cb02128314b6b5a5b516dac197c4beb975f7a8e /target/linux/ar71xx/base-files/lib | |
parent | 4e453069d659b1b3090b69c11674e96c1d709032 (diff) | |
download | upstream-e1da5d10dfb5a067bb99b479f4240f2b3bafa38f.tar.gz upstream-e1da5d10dfb5a067bb99b479f4240f2b3bafa38f.tar.bz2 upstream-e1da5d10dfb5a067bb99b479f4240f2b3bafa38f.zip |
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 <mreeve@tenxnetworks.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41255 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 23f2ecf36d..6dd5e62175 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" ;; |