aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-17 09:43:31 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-17 09:43:31 +0000
commit195508354e0c804e00c3f11d01bd52178ccbf321 (patch)
tree4cf5bec39a771d3c6a53bda426efa2c7bb5207af /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent2f69dbc6693d3ee83a30f2e68dd6b7fb53da626a (diff)
downloadmaster-187ad058-195508354e0c804e00c3f11d01bd52178ccbf321.tar.gz
master-187ad058-195508354e0c804e00c3f11d01bd52178ccbf321.tar.bz2
master-187ad058-195508354e0c804e00c3f11d01bd52178ccbf321.zip
ar71xx: add user-space support for the OpenMesh OM5P-AN
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44862 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 04fb716c42..d2fe6efeb3 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -512,6 +512,9 @@ ar71xx_board_detect() {
*OM5P)
name="om5p"
;;
+ *"OM5P AN")
+ name="om5p-an"
+ ;;
*PB42)
name="pb42"
;;