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
bed66fa2
Commit
bed66fa2
authored
5 years ago
by
David Bauer
Browse files
Options
Downloads
Patches
Plain Diff
ath79: move GL.iNet GL-AR750S to NAND subtarget
parent
74c07171
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/user/supported_devices.rst
+7
-1
7 additions, 1 deletion
docs/user/supported_devices.rst
targets/ath79-generic
+0
-5
0 additions, 5 deletions
targets/ath79-generic
targets/ath79-nand
+13
-0
13 additions, 0 deletions
targets/ath79-nand
targets/targets.mk
+1
-0
1 addition, 0 deletions
targets/targets.mk
with
21 additions
and
6 deletions
docs/user/supported_devices.rst
+
7
−
1
View file @
bed66fa2
...
@@ -197,7 +197,6 @@ ath79-generic
...
@@ -197,7 +197,6 @@ ath79-generic
* GL.iNet
* GL.iNet
- GL-AR300M-Lite
- GL-AR300M-Lite
- GL-AR750S
* OCEDO
* OCEDO
...
@@ -213,6 +212,13 @@ ath79-generic
...
@@ -213,6 +212,13 @@ ath79-generic
- Archer C6 (v2)
- Archer C6 (v2)
- CPE220 (v3.0)
- CPE220 (v3.0)
ath79-nand
----------
* GL.iNet
- GL-AR750S
brcm2708-bcm2708
brcm2708-bcm2708
----------------
----------------
...
...
This diff is collapsed.
Click to expand it.
targets/ath79-generic
+
0
−
5
View file @
bed66fa2
...
@@ -60,11 +60,6 @@ device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
...
@@ -60,11 +60,6 @@ device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
factory = false,
factory = false,
})
})
device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,
})
-- OCEDO
-- OCEDO
device('ocedo-raccoon', 'ocedo_raccoon', {
device('ocedo-raccoon', 'ocedo_raccoon', {
...
...
This diff is collapsed.
Click to expand it.
targets/ath79-nand
0 → 100644
+
13
−
0
View file @
bed66fa2
local ATH10K_PACKAGES_QCA9887 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca9887',
'-ath10k-firmware-qca9887-ct',
}
device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,
})
This diff is collapsed.
Click to expand it.
targets/targets.mk
+
1
−
0
View file @
bed66fa2
...
@@ -4,6 +4,7 @@ $(eval $(call GluonTarget,ar71xx,tiny))
...
@@ -4,6 +4,7 @@ $(eval $(call GluonTarget,ar71xx,tiny))
endif
endif
$(
eval
$(
call GluonTarget,ar71xx,nand
))
$(
eval
$(
call GluonTarget,ar71xx,nand
))
$(
eval
$(
call GluonTarget,ath79,generic
))
$(
eval
$(
call GluonTarget,ath79,generic
))
$(
eval
$(
call GluonTarget,ath79,nand
))
$(
eval
$(
call GluonTarget,bcm27xx,bcm2708
))
$(
eval
$(
call GluonTarget,bcm27xx,bcm2708
))
$(
eval
$(
call GluonTarget,bcm27xx,bcm2709
))
$(
eval
$(
call GluonTarget,bcm27xx,bcm2709
))
$(
eval
$(
call GluonTarget,ipq40xx,generic
))
$(
eval
$(
call GluonTarget,ipq40xx,generic
))
...
...
This diff is collapsed.
Click to expand it.
Nico
@nrb
mentioned in commit
94e04393
·
2 years ago
mentioned in commit
94e04393
mentioned in commit 94e04393b19e843cfe595558839ae0aced075127
Toggle commit list
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