From 797944d3f193485bfc2be8efc2dd1f928a069581 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 5 Jul 2012 08:26:53 +0000 Subject: ar71xx: add support for the OpenMesh OM2P-LC board Patch-by: Marek Linder SVN-Revision: 32611 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 40e76d56f5..702fa7e546 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -225,6 +225,9 @@ ar71xx_board_detect() { *OM2P) name="om2p" ;; + *"OM2P LC") + name="om2p-lc" + ;; *PB42) name="pb42" ;; -- cgit v1.2.3