aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
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
commitf0d3b16a07dc6039925c9087c3426ce42dd99f06 (patch)
tree959ecc8b0f89582a4c1ff4da294547a1f7b21582 /target/linux/ar71xx/base-files
parent78aacb8183b0f8b545ebe45742a8682f22c86f8a (diff)
downloadmaster-187ad058-f0d3b16a07dc6039925c9087c3426ce42dd99f06.tar.gz
master-187ad058-f0d3b16a07dc6039925c9087c3426ce42dd99f06.tar.bz2
master-187ad058-f0d3b16a07dc6039925c9087c3426ce42dd99f06.zip
[ar71xx] add experimental support for the Atheros PB44 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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"
;;