summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-05-20 08:23:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-05-20 08:23:48 +0000
commit7807c1a29f67fe551ccea7194f7e8ac096ed23ea (patch)
tree8cbca56e3aea3ebf5a9174c5c349c91424ca8634 /target/linux/ar71xx/base-files/lib
parent1322e2721a14fe2db8513ff4c3eebc3d44196c7e (diff)
downloadmaster-31e0f0ae-7807c1a29f67fe551ccea7194f7e8ac096ed23ea.tar.gz
master-31e0f0ae-7807c1a29f67fe551ccea7194f7e8ac096ed23ea.tar.bz2
master-31e0f0ae-7807c1a29f67fe551ccea7194f7e8ac096ed23ea.zip
add experimental support for the Atheros PB44 board
SVN-Revision: 15928
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
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"
;;