summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-20 17:30:44 +0000
committerJohn Crispin <john@openwrt.org>2014-07-20 17:30:44 +0000
commite50abb5d53063f034634d7187714f515a858017e (patch)
tree78a242819d329c6a02a96dc6fd15955180e4875d /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentf424994cbc4e36cc1897af0709fc359d69f69467 (diff)
downloadmtk-20170518-e50abb5d53063f034634d7187714f515a858017e.zip
mtk-20170518-e50abb5d53063f034634d7187714f515a858017e.tar.gz
mtk-20170518-e50abb5d53063f034634d7187714f515a858017e.tar.bz2
ar71xx: add user-space support for the OpenMesh OM5P
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: 41770
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 ef7240e..2999359 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -412,6 +412,9 @@ ar71xx_board_detect() {
*"OM2P LC")
name="om2p-lc"
;;
+ *OM5P)
+ name="om5p"
+ ;;
*PB42)
name="pb42"
;;