projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: remove unused include from the common GPIO code
[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
9f92567
..
8c64d6a
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-22,6
+22,12
@@
ramips_board_name() {
*"WHR-G300N")
name="whr-g300n"
;;
*"WHR-G300N")
name="whr-g300n"
;;
+ *"Aztech HW550-3G")
+ name="hw550-3g"
+ ;;
+ *"MoFi Network MOFI3500-3GN")
+ name="mofi3500-3gn"
+ ;;
*)
name="generic"
;;
*)
name="generic"
;;
This page took
0.022568 seconds
and
4
git commands to generate.