From 7ad46212d23dc59ad46d933c34161215e1974ebe Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 29 Jan 2013 19:12:32 +0000 Subject: ar71xx: add user-space support for the AP132 board Based on http://patchwork.openwrt.org/patch/3162/ Signed-off-by: Embedded Wireless GmbH Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35396 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 720c19eaa0..428144dc1a 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -177,6 +177,9 @@ ar71xx_board_detect() { *AP121-MINI) name="ap121-mini" ;; + *"AP132 reference board") + name="ap132" + ;; *"AP136-010 reference board") name="ap136-010" ;; -- cgit v1.2.3