From f3f05d86fe6dd1d35dfaad95c99ab42835feeac4 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 26 Dec 2012 09:50:36 +0000 Subject: ar71xx: add user-space support for AP136-020 Signed-off-by: Gabor Juhos SVN-Revision: 34885 --- 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 d788863..34e93f3 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() { *"AP136-010 reference board") name="ap136-010" ;; + *"AP136-020 reference board") + name="ap136-020" + ;; *AP81) name="ap81" ;; -- cgit v1.1