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
32fe29a4
Unverified
Commit
32fe29a4
authored
2 years ago
by
Jan-Niklas Burfeind
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2712 from freifunk-gluon/aiyion/ac2
ipq40xx-mikrotik: add mikrotik-hap-ac2
parents
aa6853dd
68bec1f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/filters.yml
+10
-0
10 additions, 0 deletions
.github/filters.yml
docs/user/supported_devices.rst
+1
-0
1 addition, 0 deletions
docs/user/supported_devices.rst
targets/ipq40xx-mikrotik
+6
-0
6 additions, 0 deletions
targets/ipq40xx-mikrotik
with
17 additions
and
0 deletions
.github/filters.yml
+
10
−
0
View file @
32fe29a4
...
@@ -56,6 +56,16 @@
...
@@ -56,6 +56,16 @@
"
targets/generic"
,
"
targets/generic"
,
"
targets/targets.mk"
"
targets/targets.mk"
],
],
"
ipq40xx-mikrotik"
:
[
"
targets/ipq40xx-mikrotik"
,
"
modules"
,
"
Makefile"
,
"
patches/**"
,
"
scripts/**"
,
"
targets/generic"
,
"
targets/targets.mk"
,
"
targets/mikrotik.inc"
],
"
ipq806x-generic"
:
[
"
ipq806x-generic"
:
[
"
targets/ipq806x-generic"
,
"
targets/ipq806x-generic"
,
"
modules"
,
"
modules"
,
...
...
This diff is collapsed.
Click to expand it.
docs/user/supported_devices.rst
+
1
−
0
View file @
32fe29a4
...
@@ -220,6 +220,7 @@ ipq40xx-mikrotik
...
@@ -220,6 +220,7 @@ ipq40xx-mikrotik
* Mikrotik
* Mikrotik
- DISC Lite5 ac (RBDiscG-5acD)
- DISC Lite5 ac (RBDiscG-5acD)
- hAP ac2
- SXTsq 5 ac (RBSXTsqG-5acD)
- SXTsq 5 ac (RBSXTsqG-5acD)
ipq806x-generic
ipq806x-generic
...
...
This diff is collapsed.
Click to expand it.
targets/ipq40xx-mikrotik
+
6
−
0
View file @
32fe29a4
include 'mikrotik.inc'
include 'mikrotik.inc'
local ATH10K_PACKAGES_IPQ40XX = {}
device('mikrotik-hap-ac2', 'mikrotik_hap-ac2', {
packages = ATH10K_PACKAGES_IPQ40XX,
})
device('mikrotik-sxtsq-5-ac-rbsxtsqg-5acd', 'mikrotik_sxtsq-5-ac', {
device('mikrotik-sxtsq-5-ac-rbsxtsqg-5acd', 'mikrotik_sxtsq-5-ac', {
factory = false,
factory = false,
aliases = {'mikrotik-discg-5acd'},
aliases = {'mikrotik-discg-5acd'},
...
...
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