diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 06:40:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 06:40:02 +0000 |
commit | aab2d9371b3e1d7fe683faa30bf2131347a2fee1 (patch) | |
tree | f087171b9ad5f13d8c8d581b13d37f0389b99ff9 /target/linux/ar71xx/base-files | |
parent | 10fd86093fde3c28a2ae8685848d928b7dc6819f (diff) | |
download | upstream-aab2d9371b3e1d7fe683faa30bf2131347a2fee1.tar.gz upstream-aab2d9371b3e1d7fe683faa30bf2131347a2fee1.tar.bz2 upstream-aab2d9371b3e1d7fe683faa30bf2131347a2fee1.zip |
add experimental support for the Linksys WRT400N board (thanks to netprince)
SVN-Revision: 15422
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 15c6159e1b..fb0ff27462 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -52,6 +52,9 @@ ar71xx_board_name() { *WNR2000) name="wnr2000" ;; + *WRT400N) + name="wrt400n" + ;; *) name="generic" ;; |