forked from freifunk-gluon/gluon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
packages { | ||
'-ltq-vdsl-vr9-vectoring-fw-installer', | ||
'-kmod-ltq-vdsl-vr9-mei', | ||
'-kmod-ltq-vdsl-vr9', | ||
'-kmod-ltq-atm-vr9', | ||
'-kmod-ltq-ptm-vr9', | ||
'-kmod-ltq-deu-vr9', | ||
'-ltq-vdsl-vr9-app', | ||
'-dsl-vrx200-firmware-xdsl-a', | ||
'-dsl-vrx200-firmware-xdsl-b-patch', | ||
'-ppp-mod-pppoa', | ||
'-ltq-dsl-base', | ||
} | ||
|
||
-- TP-Link | ||
|
||
-- CAVEAT: These devices don't have a dedicated WAN port. | ||
-- All ethernet ports on the device are bridged and | ||
-- used as WAN ports. Clients connected to these | ||
-- ports will be connected to your private network. | ||
|
||
device('tp-link-td-w8970', 'tplink_tdw8970', { | ||
factory = false, | ||
}) | ||
|
||
device('tp-link-td-w8980', 'tplink_tdw8980', { | ||
factory = false, | ||
aliases = {'tp-link-td-w9980'}, | ||
broken = true, -- 5GHz unsupported | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters