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 | f0d3b16a07dc6039925c9087c3426ce42dd99f06 (patch) | |
tree | 959ecc8b0f89582a4c1ff4da294547a1f7b21582 /target/linux/ar71xx/base-files | |
parent | 78aacb8183b0f8b545ebe45742a8682f22c86f8a (diff) | |
download | upstream-f0d3b16a07dc6039925c9087c3426ce42dd99f06.tar.gz upstream-f0d3b16a07dc6039925c9087c3426ce42dd99f06.tar.bz2 upstream-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-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" ;; |