projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: rtl8366rb: use correct bitmasks in sanity checks
[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
fa00516
..
c088605
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-31,6
+31,9
@@
ar71xx_board_name() {
*EAP7660D)
name="eap7660d"
;;
*EAP7660D)
name="eap7660d"
;;
+ *JA76PF)
+ name="ja76pf"
+ ;;
*"Bullet M")
name="bullet-m"
;;
*"Bullet M")
name="bullet-m"
;;
@@
-49,6
+52,9
@@
ar71xx_board_name() {
*MZK-W300NH)
name="mzk-w300nh"
;;
*MZK-W300NH)
name="mzk-w300nh"
;;
+ *"NBG460N/550N/550NH")
+ name="nbg460n_550n_550nh"
+ ;;
*PB42)
name="pb42"
;;
*PB42)
name="pb42"
;;
@@
-97,6
+103,9
@@
ar71xx_board_name() {
*"DIR-615 rev. C1")
name="dir-615-c1"
;;
*"DIR-615 rev. C1")
name="dir-615-c1"
;;
+ *TL-MR3220)
+ name="tl-mr3220"
+ ;;
*TL-MR3420)
name="tl-mr3420"
;;
*TL-MR3420)
name="tl-mr3420"
;;
@@
-112,6
+121,9
@@
ar71xx_board_name() {
*TL-WR941ND)
name="tl-wr941nd"
;;
*TL-WR941ND)
name="tl-wr941nd"
;;
+ *UniFi)
+ name="unifi"
+ ;;
*WP543)
name="wp543"
;;
*WP543)
name="wp543"
;;
This page took
0.021589 seconds
and
4
git commands to generate.