Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
04421f60
Commit
04421f60
authored
5 years ago
by
Simon Terzenbach
Committed by
Martin Weinelt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ath79-generic: add support for devolo WiFi pro 1750x
parent
ba424125
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/user/supported_devices.rst
+1
-0
1 addition, 0 deletions
docs/user/supported_devices.rst
package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
+3
-0
3 additions, 0 deletions
package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
targets/ath79-generic
+5
-0
5 additions, 0 deletions
targets/ath79-generic
with
9 additions
and
0 deletions
docs/user/supported_devices.rst
+
1
−
0
View file @
04421f60
...
@@ -188,6 +188,7 @@ ath79-generic
...
@@ -188,6 +188,7 @@ ath79-generic
- WiFi pro 1200i
- WiFi pro 1200i
- WiFi pro 1750c
- WiFi pro 1750c
- WiFi pro 1750i
- WiFi pro 1750i
- WiFi pro 1750x
* OCEDO
* OCEDO
...
...
This diff is collapsed.
Click to expand it.
package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
+
3
−
0
View file @
04421f60
...
@@ -44,6 +44,9 @@ function M.is_outdoor_device()
...
@@ -44,6 +44,9 @@ function M.is_outdoor_device()
elseif
M
.
match
(
'ar71xx'
,
'generic'
,
{
'unifiac-pro'
})
and
elseif
M
.
match
(
'ar71xx'
,
'generic'
,
{
'unifiac-pro'
})
and
M
.
get_model
()
==
'Ubiquiti UniFi-AC-MESH-PRO'
then
M
.
get_model
()
==
'Ubiquiti UniFi-AC-MESH-PRO'
then
return
true
return
true
elseif
M
.
match
(
'ath79'
,
'generic'
,
{
'devolo,dvl1750x'
})
then
return
true
end
end
return
false
return
false
...
...
This diff is collapsed.
Click to expand it.
targets/ath79-generic
+
5
−
0
View file @
04421f60
...
@@ -29,6 +29,11 @@ device('devolo-wifi-pro-1750i', 'devolo_dvl1750i', {
...
@@ -29,6 +29,11 @@ device('devolo-wifi-pro-1750i', 'devolo_dvl1750i', {
factory = false,
factory = false,
})
})
device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
-- OCEDO
-- OCEDO
device('ocedo-raccoon', 'ocedo_raccoon', {
device('ocedo-raccoon', 'ocedo_raccoon', {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment