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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
darkbit
ffbs-gluon
Commits
57070a56
Unverified
Commit
57070a56
authored
7 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
ipq806x: add new target and support for TP-Link Archer C2600
Completely untested for now. Closes #835
parent
eae359c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
targets/ipq806x
+16
-0
16 additions, 0 deletions
targets/ipq806x
targets/targets.mk
+1
-0
1 addition, 0 deletions
targets/targets.mk
with
17 additions
and
0 deletions
targets/ipq806x
0 → 100644
+
16
−
0
View file @
57070a56
ATH10K_PACKAGES=
if [ "$GLUON_ATH10K_MESH" = '11s' ]; then
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct'
fi
if [ "$GLUON_ATH10K_MESH" = 'ibss' ]; then
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca99x0 ath10k-firmware-qca99x0-ct'
fi
# TP-Link
if [ "$ATH10K_PACKAGES" ]; then
device tp-link-archer-c2600 C2600
packages $ATH10K_PACKAGES
fi
This diff is collapsed.
Click to expand it.
targets/targets.mk
+
1
−
0
View file @
57070a56
...
...
@@ -10,6 +10,7 @@ $(eval $(call GluonTarget,x86,64))
ifneq
($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN
:
no sysupgrade support
$(eval $(call GluonTarget,ipq806x)) # BROKEN
:
Untested
$(eval $(call GluonTarget,mvebu)) # BROKEN
:
No AP+IBSS or 11s support
$(eval $(call GluonTarget,ramips,mt7621)) # BROKEN
:
No AP+IBSS support
,
11s has high packet loss
$(eval $(call GluonTarget,ramips,mt7628)) # BROKEN
:
No AP+IBSS support
...
...
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