projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add AR933x specific USB setup function
[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
15f3250
..
92b0e66
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-10,6
+10,12
@@
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
+ *AP121)
+ name="ap121"
+ ;;
+ *AP121-MINI)
+ name="ap121-mini"
+ ;;
*AP81)
name="ap81"
;;
*AP81)
name="ap81"
;;
@@
-61,6
+67,9
@@
ar71xx_board_name() {
*PB44)
name="pb44"
;;
*PB44)
name="pb44"
;;
+ *PB92)
+ name="pb92"
+ ;;
*"RouterBOARD 411/A/AH")
name="rb-411"
;;
*"RouterBOARD 411/A/AH")
name="rb-411"
;;
@@
-145,6
+154,9
@@
ar71xx_board_name() {
*WRT400N)
name="wrt400n"
;;
*WRT400N)
name="wrt400n"
;;
+ *WZR-HP-AG300H)
+ name="wzr-hp-ag300h"
+ ;;
*WZR-HP-G300NH)
name="wzr-hp-g300nh"
;;
*WZR-HP-G300NH)
name="wzr-hp-g300nh"
;;
This page took
0.022951 seconds
and
4
git commands to generate.