projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add back marvell switch support to 2.6.28
[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
299d0ed
..
15c6159
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-10,12
+10,21
@@
ar71xx_board_name() {
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
+ *AP81)
+ name="ap81"
+ ;;
+ *AW-NR580)
+ name="aw-nr580"
+ ;;
*LS-SR71)
name="ls-sr71"
;;
*MZK-W04NU)
name="mzk-w04nu"
;;
*LS-SR71)
name="ls-sr71"
;;
*MZK-W04NU)
name="mzk-w04nu"
;;
+ *PB42)
+ name="pb42"
+ ;;
*RB-411)
name="rb-411"
;;
*RB-411)
name="rb-411"
;;
@@
-40,6
+49,9
@@
ar71xx_board_name() {
*WP543)
name="wp543"
;;
*WP543)
name="wp543"
;;
+ *WNR2000)
+ name="wnr2000"
+ ;;
*)
name="generic"
;;
*)
name="generic"
;;
This page took
0.026001 seconds
and
4
git commands to generate.