From 72093bd5284e25cb1b7ffc649c8d6a63fd8dcb83 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Nov 2015 18:29:59 +0000 Subject: ar71xx: add GL-AR150 support V3 This is the 3rd version. Modified against the latest trunk. Signed-off-by: alzhao SVN-Revision: 47620 --- 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 5b3e76f993..75a75a4fd4 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -482,6 +482,9 @@ ar71xx_board_detect() { name="gl-inet" gl_inet_board_detect ;; + *"GL AR150") + name="gl-ar150" + ;; *"EnGenius EPG5000") name="epg5000" ;; -- cgit v1.2.3