Skip to content

Commit

Permalink
add p2p class
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 28, 2023
1 parent 3442c10 commit efa7ce2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,14 @@ device('tp-link-cpe510-v1', 'tplink_cpe510-v1', {
'tp-link-cpe510-v1.0', -- upgrade from OpenWrt 19.07
'tp-link-cpe510-v1.1', -- upgrade from OpenWrt 19.07
},
class = 'p2p',
})
device('tp-link-cpe510-v2', 'tplink_cpe510-v2', {
class = 'p2p',
})
device('tp-link-cpe510-v3', 'tplink_cpe510-v3', {
class = 'p2p',
})
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
device('tp-link-cpe510-v3', 'tplink_cpe510-v3')

device('tp-link-cpe710-v1', 'tplink_cpe710-v1')

Expand Down

0 comments on commit efa7ce2

Please sign in to comment.