diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:21:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:21:02 +0000 |
commit | c788102ebc0b8bf9590011fe5de291fb876c2974 (patch) | |
tree | 41ef79e9cc82e0d7c9282bc993abd3c82be9a26d /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | ef5f37a08dfc405b2e9281f8482d32645d8a4760 (diff) | |
download | mtk-20170518-c788102ebc0b8bf9590011fe5de291fb876c2974.zip mtk-20170518-c788102ebc0b8bf9590011fe5de291fb876c2974.tar.gz mtk-20170518-c788102ebc0b8bf9590011fe5de291fb876c2974.tar.bz2 |
ar71xx: add user-space support for OpenMesh OM2Pv2
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: 40956
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 02c46f9..fa11413 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -358,6 +358,9 @@ ar71xx_board_detect() { *OM2P) name="om2p" ;; + *OM2Pv2) + name="om2pv2" + ;; *"OM2P HS") name="om2p-hs" ;; |