diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2015-04-07 20:04:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2015-04-07 20:04:14 +0000 |
commit | 271d4d3ff8a70bf2541d6fe6f6e173c6181fb34e (patch) | |
tree | e72ba26e250b2e68f16cc60afa96d92e936cbc30 /target/linux/ar71xx/base-files/lib | |
parent | a84098ee4975f0e01af5339efe22d78b7d9d3937 (diff) | |
download | upstream-271d4d3ff8a70bf2541d6fe6f6e173c6181fb34e.tar.gz upstream-271d4d3ff8a70bf2541d6fe6f6e173c6181fb34e.tar.bz2 upstream-271d4d3ff8a70bf2541d6fe6f6e173c6181fb34e.zip |
ar71xx: add user-space support for RB911G-5HPacD
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45300 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 802524c545..b3dbcf5891 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -582,6 +582,9 @@ ar71xx_board_detect() { *"RouterBOARD 911G-5HPnD") name="rb-911g-5hpnd" ;; + *"RouterBOARD 911G-5HPacD") + name="rb-911g-5hpacd" + ;; *"RouterBOARD 912UAG-2HPnD") name="rb-912uag-2hpnd" ;; |