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 | 0bd06aca206a3b3ee4d4fbfbad9b7a29744dc35f (patch) | |
tree | a1968ec1c15657342c3c4bcfd4af9a35a534194f /target/linux/ar71xx/base-files/lib | |
parent | d0a6b278db4ffc286cd335c149fb96b386ffab40 (diff) | |
download | upstream-0bd06aca206a3b3ee4d4fbfbad9b7a29744dc35f.tar.gz upstream-0bd06aca206a3b3ee4d4fbfbad9b7a29744dc35f.tar.bz2 upstream-0bd06aca206a3b3ee4d4fbfbad9b7a29744dc35f.zip |
ar71xx: add user-space support for RB911G-5HPacD
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 45300
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" ;; |