ramips-mt7620: add support for TP-Link Archer C2 v1
This commit is contained in:
parent
bc5707340d
commit
13f16ed737
@ -300,6 +300,10 @@ ramips-mt7620
|
||||
|
||||
- WT3020AD/F/H
|
||||
|
||||
* TP-Link
|
||||
|
||||
- Archer C2 v1
|
||||
|
||||
* Xiaomi
|
||||
|
||||
- MiWiFi Mini
|
||||
|
@ -61,7 +61,7 @@ elseif platform.match('mpc85xx', 'p1020', {'aerohive,hiveap-330'}) then
|
||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||
elseif platform.match('mpc85xx', 'p1020', {'ocedo,panda'}) then
|
||||
table.insert(try_files, 1, '/sys/class/net/eth1/address')
|
||||
elseif platform.match('ramips', 'mt7620', {'miwifi-mini'}) then
|
||||
elseif platform.match('ramips', 'mt7620', {'miwifi-mini', 'tplink,c2-v1'}) then
|
||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
|
||||
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
|
||||
|
@ -32,6 +32,13 @@ device('nexx-wt3020-8m', 'wt3020-8M', {
|
||||
})
|
||||
|
||||
|
||||
-- TP-Link
|
||||
|
||||
device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
|
||||
factory = false,
|
||||
})
|
||||
|
||||
|
||||
-- Xiaomi
|
||||
|
||||
device('xiaomi-miwifi-mini', 'miwifi-mini', {
|
||||
|
Loading…
Reference in New Issue
Block a user