2
0
forked from Ivasoft/openwrt

add experimental support for the Linksys WRT400N board (thanks to netprince)

SVN-Revision: 15422
This commit is contained in:
Gabor Juhos
2009-04-26 06:40:02 +00:00
parent 10fd86093f
commit aab2d9371b
8 changed files with 176 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ ar71xx_board_name() {
*WNR2000)
name="wnr2000"
;;
*WRT400N)
name="wrt400n"
;;
*)
name="generic"
;;