diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 14:56:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 14:56:35 +0000 |
commit | 8a3c713c971fa83a6f2c373d87b4aedbbe760e86 (patch) | |
tree | f990568451f3d6766164f8f4058898620cd86767 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 05b73eb22fb5e094050c8b5388ee3c4859e8f1df (diff) | |
download | upstream-8a3c713c971fa83a6f2c373d87b4aedbbe760e86.tar.gz upstream-8a3c713c971fa83a6f2c373d87b4aedbbe760e86.tar.bz2 upstream-8a3c713c971fa83a6f2c373d87b4aedbbe760e86.zip |
ar71xx: add user-space support for HiWiFi HC6361 board.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 40974
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 2fbef9653e..23f2ecf36d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -670,6 +670,9 @@ ar71xx_board_detect() { *"BHU BXU2000n-2 rev. A1") name="bxu2000n-2-a1" ;; + *"HiWiFi HC6361") + name="hiwifi-hc6361" + ;; esac case "$machine" in |