From 1d96b0275cec6f6d4ff372c8409e47a22a526bc2 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 27 Aug 2012 14:55:32 +0000 Subject: ar71xx: detect ALL0315N board Signed-off-by: Daniel Golle SVN-Revision: 33282 --- 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 7df2eec080..cc24864de5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -162,6 +162,9 @@ ar71xx_board_detect() { *ALL0305) name="all0305" ;; + *ALL0315N) + name="all0315n" + ;; *AP113) name="ap113" ;; -- cgit v1.2.3