diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 08:11:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 08:11:54 +0000 |
commit | 590bafe3def4a6c1cb962cf92d15861536af4a50 (patch) | |
tree | 4ff8cdf260288ba0b436268b60f07131df59c58f /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | da2f3c1448c870cc29d5fd66dbe45beeb23a6d20 (diff) | |
download | mtk-20170518-590bafe3def4a6c1cb962cf92d15861536af4a50.zip mtk-20170518-590bafe3def4a6c1cb962cf92d15861536af4a50.tar.gz mtk-20170518-590bafe3def4a6c1cb962cf92d15861536af4a50.tar.bz2 |
ar71xx: define status LED for the RB91x boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39705
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 81a7591..06f128b 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -399,6 +399,18 @@ ar71xx_board_detect() { *"RouterBOARD 751G") name="rb-751g" ;; + *"RouterBOARD 911G-2HPnD") + name="rb-911g-2hpnd" + ;; + *"RouterBOARD 911G-5HPnD") + name="rb-911g-5hpnd" + ;; + *"RouterBOARD 912UAG-2HPnD") + name="rb-912uag-2hpnd" + ;; + *"RouterBOARD 912UAG-5HPnD") + name="rb-912uag-5hpnd" + ;; *"RouterBOARD 951G-2HnD") name="rb-951g-2hnd" ;; |