From 7807c1a29f67fe551ccea7194f7e8ac096ed23ea Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 20 May 2009 08:23:48 +0000 Subject: add experimental support for the Atheros PB44 board SVN-Revision: 15928 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index fb0ff27462..ba69e7d5ca 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -25,6 +25,9 @@ ar71xx_board_name() { *PB42) name="pb42" ;; + *PB44) + name="pb44" + ;; *RB-411) name="rb-411" ;; -- cgit v1.2.3