31 lines
463 B
Plaintext
Executable File
31 lines
463 B
Plaintext
Executable File
# ASUS
|
|
if [ "$BROKEN" ]; then
|
|
device asus-rt-ac51u rt-ac51u # BROKEN: no 5GHz usable, LEDs not fully supported
|
|
factory
|
|
fi
|
|
|
|
# GL Innovations
|
|
|
|
device gl-mt300a gl-mt300a
|
|
factory
|
|
|
|
device gl-mt300n gl-mt300n
|
|
factory
|
|
|
|
device gl-mt750 gl-mt750
|
|
factory
|
|
|
|
# Nexx
|
|
|
|
device nexx-wt3020-8m wt3020-8M
|
|
alias nexx-wt3020ad
|
|
alias nexx-wt3020f
|
|
alias nexx-wt3020h
|
|
|
|
# Xiaomi
|
|
|
|
if [ "$BROKEN" ]; then
|
|
device xiaomi-miwifi-mini miwifi-mini # BROKEN: 2.4GHz WiFi is Unstable
|
|
factory
|
|
fi
|