From 23d30c887d0d1b527938c0fe272cb189047d379d 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34918 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 34e93f3080..31b6ddedfb 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.2.3