diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:21:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:21:31 +0000 |
commit | ac3fd59a2bc4323a67821a139544631a402a755c (patch) | |
tree | fe243d4457afc10a7c65daa013e86620ebea1fde /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | c9f15772a1ebabeaf667082e246c2ffeec6c6684 (diff) | |
download | mtk-20170518-ac3fd59a2bc4323a67821a139544631a402a755c.zip mtk-20170518-ac3fd59a2bc4323a67821a139544631a402a755c.tar.gz mtk-20170518-ac3fd59a2bc4323a67821a139544631a402a755c.tar.bz2 |
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-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 fa11413..a136f4a 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" ;; |