diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-20 08:23:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-20 08:23:48 +0000 |
commit | 7807c1a29f67fe551ccea7194f7e8ac096ed23ea (patch) | |
tree | 8cbca56e3aea3ebf5a9174c5c349c91424ca8634 /target/linux/ar71xx/base-files | |
parent | 1322e2721a14fe2db8513ff4c3eebc3d44196c7e (diff) | |
download | upstream-7807c1a29f67fe551ccea7194f7e8ac096ed23ea.tar.gz upstream-7807c1a29f67fe551ccea7194f7e8ac096ed23ea.tar.bz2 upstream-7807c1a29f67fe551ccea7194f7e8ac096ed23ea.zip |
add experimental support for the Atheros PB44 board
SVN-Revision: 15928
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |