Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
68bec1f0
Commit
68bec1f0
authored
2 years ago
by
Maciej Krüger
Committed by
Jan-Niklas Burfeind
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ipq40xx-mikrotik: add mikrotik-hap-ac2
Co-authored-by:
Jan-Niklas Burfeind
<
github@aiyionpri.me
>
parent
4936b416
Branches
Branches containing commit
Tags
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 @
68bec1f0
...
...
@@ -56,6 +56,16 @@
"
targets/generic"
,
"
targets/targets.mk"
],
"
ipq40xx-mikrotik"
:
[
"
targets/ipq40xx-mikrotik"
,
"
modules"
,
"
Makefile"
,
"
patches/**"
,
"
scripts/**"
,
"
targets/generic"
,
"
targets/targets.mk"
,
"
targets/mikrotik.inc"
],
"
ipq806x-generic"
:
[
"
targets/ipq806x-generic"
,
"
modules"
,
...
...
This diff is collapsed.
Click to expand it.
docs/user/supported_devices.rst
+
1
−
0
View file @
68bec1f0
...
...
@@ -223,6 +223,7 @@ ipq40xx-mikrotik
* Mikrotik
- DISC Lite5 ac (RBDiscG-5acD)
- hAP ac2
- SXTsq 5 ac (RBSXTsqG-5acD)
ipq806x-generic
...
...
This diff is collapsed.
Click to expand it.
targets/ipq40xx-mikrotik
+
6
−
0
View file @
68bec1f0
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', {
factory = false,
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