projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: preset WLAN LED config on MZK-W300NH
[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
e6c47e8
..
db859b2
100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-97,6
+97,9
@@
tplink_board_detect() {
"104300"*)
model="TP-Link TL-WR1043N/ND"
;;
"104300"*)
model="TP-Link TL-WR1043N/ND"
;;
+ "254300"*)
+ model="TP-Link TL-WR2543N/ND"
+ ;;
"302000"*)
model="TP-Link TL-MR3020"
;;
"302000"*)
model="TP-Link TL-MR3020"
;;
@@
-124,6
+127,9
@@
ar71xx_board_detect() {
*"AirRouter")
name="airrouter"
;;
*"AirRouter")
name="airrouter"
;;
+ *"ALFA Network AP96")
+ name="alfa-ap96"
+ ;;
*"ALFA Network N2/N5")
name="alfa-nx"
;;
*"ALFA Network N2/N5")
name="alfa-nx"
;;
@@
-142,7
+148,7
@@
ar71xx_board_detect() {
*AP83)
name="ap83"
;;
*AP83)
name="ap83"
;;
- *
AP96
)
+ *
"Atheros AP96"
)
name="ap96"
;;
*AW-NR580)
name="ap96"
;;
*AW-NR580)
@@
-235,12
+241,18
@@
ar71xx_board_detect() {
*"RouterStation Pro")
name="routerstation-pro"
;;
*"RouterStation Pro")
name="routerstation-pro"
;;
+ *RW2458N)
+ name="rw2458n"
+ ;;
*TEW-632BRP)
name="tew-632brp"
;;
*TL-WR1043ND)
name="tl-wr1043nd"
;;
*TEW-632BRP)
name="tew-632brp"
;;
*TL-WR1043ND)
name="tl-wr1043nd"
;;
+ *TL-WR2543N*)
+ name="tl-wr2543n"
+ ;;
*"DIR-615 rev. C1")
name="dir-615-c1"
;;
*"DIR-615 rev. C1")
name="dir-615-c1"
;;
@@
-268,6
+280,9
@@
ar71xx_board_detect() {
*"TL-WR841N v1")
name="tl-wr841n-v1"
;;
*"TL-WR841N v1")
name="tl-wr841n-v1"
;;
+ *"TL-WR841N/ND v7")
+ name="tl-wr841n-v7"
+ ;;
*TL-WR941ND)
name="tl-wr941nd"
;;
*TL-WR941ND)
name="tl-wr941nd"
;;
This page took
0.024218 seconds
and
4
git commands to generate.