From 85cceb5dd0f3c46a841bc5b243cf9f6ceaa64c94 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 17 Mar 2015 09:43:31 +0000 Subject: ar71xx: add user-space support for the OpenMesh OM5P-AN Signed-off-by: Sven Eckelmann SVN-Revision: 44862 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') 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" ;; -- cgit v1.2.3