summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 13:21:31 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 13:21:31 +0000
commitac3fd59a2bc4323a67821a139544631a402a755c (patch)
treefe243d4457afc10a7c65daa013e86620ebea1fde /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentc9f15772a1ebabeaf667082e246c2ffeec6c6684 (diff)
downloadmaster-31e0f0ae-ac3fd59a2bc4323a67821a139544631a402a755c.tar.gz
master-31e0f0ae-ac3fd59a2bc4323a67821a139544631a402a755c.tar.bz2
master-31e0f0ae-ac3fd59a2bc4323a67821a139544631a402a755c.zip
ar71xx: add user-space support for OpenMesh OM2P-HSv2
Signed-off-by: Marek Lindner <marek@open-mesh.com> [sven@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 40962
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 fa114139a5..a136f4ae63 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -364,6 +364,9 @@ ar71xx_board_detect() {
*"OM2P HS")
name="om2p-hs"
;;
+ *"OM2P HSv2")
+ name="om2p-hsv2"
+ ;;
*"OM2P LC")
name="om2p-lc"
;;