projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: image: use the GENERIC_4M template for the V11ST-FE board
[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
ca9b3c9
..
728f525
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-101,6
+101,12
@@
ramips_board_name() {
*"RT-N15")
name="rt-n15"
;;
*"RT-N15")
name="rt-n15"
;;
+ *"RT-N56U")
+ name="rt-n56u"
+ ;;
+ *"Skyline SL-R7205"*)
+ name="sl-r7205"
+ ;;
*"Sparklan WCR-150GN")
name="wcr-150gn"
;;
*"Sparklan WCR-150GN")
name="wcr-150gn"
;;
@@
-113,9
+119,15
@@
ramips_board_name() {
*"WHR-G300N")
name="whr-g300n"
;;
*"WHR-G300N")
name="whr-g300n"
;;
+ *"Sitecom WL-341 v3")
+ name="wl341v3"
+ ;;
*"Sitecom WL-351 v1 002")
name="wl-351"
;;
*"Sitecom WL-351 v1 002")
name="wl-351"
;;
+ *"Ralink V11ST-FE")
+ name="v11st-fe"
+ ;;
*"WLI-TX4-AG300N")
name="wli-tx4-ag300n"
;;
*"WLI-TX4-AG300N")
name="wli-tx4-ag300n"
;;
@@
-125,6
+137,9
@@
ramips_board_name() {
*"WR512-3GN-like router")
name="wr512-3gn"
;;
*"WR512-3GN-like router")
name="wr512-3gn"
;;
+ *"AWB WR6202")
+ name="wr6202"
+ ;;
*)
name="generic"
;;
*)
name="generic"
;;
This page took
0.02174 seconds
and
4
git commands to generate.