projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar71xx] add experimental support for the Linksys WRT400N board (thanks to netprince)
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
lib
/
ar71xx.sh
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index
15c6159
..
fb0ff27
100755
(executable)
--- 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"
;;
This page took
0.031308 seconds
and
4
git commands to generate.