aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2015-04-07 20:04:14 +0000
committerGabor Juhos <juhosg@openwrt.org>2015-04-07 20:04:14 +0000
commit271d4d3ff8a70bf2541d6fe6f6e173c6181fb34e (patch)
treee72ba26e250b2e68f16cc60afa96d92e936cbc30 /target/linux/ar71xx/base-files/lib
parenta84098ee4975f0e01af5339efe22d78b7d9d3937 (diff)
downloadupstream-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-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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"
;;