summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-10-27 07:54:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-10-27 07:54:51 +0000
commit16463467985f9acad0f6ad6b24cbd0fd6f9bca78 (patch)
tree2c8049845fe01f096999306c708c11f31b6ed3ab /target/linux/ar71xx/base-files/lib
parent4cc48089c75b377e6f5be3fca2bb242486fb579f (diff)
downloadmaster-31e0f0ae-16463467985f9acad0f6ad6b24cbd0fd6f9bca78.tar.gz
master-31e0f0ae-16463467985f9acad0f6ad6b24cbd0fd6f9bca78.tar.bz2
master-31e0f0ae-16463467985f9acad0f6ad6b24cbd0fd6f9bca78.zip
ar71xx: add initial support for the OpenMesh OM2P board
Based on a patch by Marek Lindner <marek@open-mesh.com> SVN-Revision: 28617
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 ea8334f27f..cba0da0aac 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -64,6 +64,9 @@ ar71xx_board_name() {
*"NBG460N/550N/550NH")
name="nbg460n_550n_550nh"
;;
+ *OM2P)
+ name="om2p"
+ ;;
*PB42)
name="pb42"
;;