projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[realview] update to kernel 3.0
[openwrt.git]
/
target
/
linux
/
ramips
/
base-files
/
lib
/
ramips.sh
diff --git
a/target/linux/ramips/base-files/lib/ramips.sh
b/target/linux/ramips/base-files/lib/ramips.sh
index
dc03b47
..
33ce13c
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-16,6
+16,12
@@
ramips_board_name() {
*"DIR-300 B1")
name="dir-300-b1"
;;
*"DIR-300 B1")
name="dir-300-b1"
;;
+ *"DIR-600 B1")
+ name="dir-600-b1"
+ ;;
+ *"DIR-600 B2")
+ name="dir-600-b2"
+ ;;
*"F5D8235 v2")
name="f5d8235-v2"
;;
*"F5D8235 v2")
name="f5d8235-v2"
;;
@@
-25,9
+31,15
@@
ramips_board_name() {
*"MoFi Network MOFI3500-3GN")
name="mofi3500-3gn"
;;
*"MoFi Network MOFI3500-3GN")
name="mofi3500-3gn"
;;
+ *"NW718")
+ name="nw718"
+ ;;
*"PWH2004")
name="pwh2004"
;;
*"PWH2004")
name="pwh2004"
;;
+ *"RT-G32 B1")
+ name="rt-g32-b1"
+ ;;
*"RT-N15")
name="rt-n15"
;;
*"RT-N15")
name="rt-n15"
;;
This page took
0.035082 seconds
and
4
git commands to generate.