From dddf05bde2137872ce71c66b780a4611ccd7a77e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 29 Dec 2012 16:02:27 +0000 Subject: ar71xx: Add userspace support for AP135 Signed-off-by: Sujith Manoharan Signed-off-by: Gabor Juhos SVN-Revision: 34918 --- 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 34e93f3..31b6dde 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -180,6 +180,9 @@ ar71xx_board_detect() { *"AP136-020 reference board") name="ap136-020" ;; + *"AP135-020 reference board") + name="ap135-020" + ;; *AP81) name="ap81" ;; -- cgit v1.1