projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: rt305x: add support for the Asus RT-G32 B1 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
f34454b
..
d081b8b
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-34,6
+34,9
@@
ramips_board_name() {
*"PWH2004")
name="pwh2004"
;;
+ *"RT-G32 B1")
+ name="rt-g32-b1"
+ ;;
*"RT-N15")
name="rt-n15"
;;
This page took
0.024573 seconds
and
4
git commands to generate.