From eeb00634a7715204481a5fd83664a697e414bbfd Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 28 Jan 2012 13:19:49 +0000 Subject: add support for the Atheros AP113 reference board This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935 --- 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 c2fa462..6761382 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -136,6 +136,9 @@ ar71xx_board_detect() { *ALL0258N) name="all0258n" ;; + *AP113) + name="ap113" + ;; *AP121) name="ap121" ;; -- cgit v1.1