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
0cb4cfda
Unverified
Commit
0cb4cfda
authored
7 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
docs: dev/hardware: remove some outdated info, reword a bit
parent
c84820cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/dev/hardware.rst
+5
-7
5 additions, 7 deletions
docs/dev/hardware.rst
with
5 additions
and
7 deletions
docs/dev/hardware.rst
+
5
−
7
View file @
0cb4cfda
...
...
@@ -7,21 +7,19 @@ Hardware requirements
---------------------
Having an ath9k (or ath10k) based WLAN adapter is highly recommended,
although other chipsets may also work. VAP (multiple SSID) support
is a requirement. At the moment, Gluon's scripts can't handle devices
without WLAN adapters (although such environments may also be interesting,
e.g. for automated testing in virtual machines).
is a requirement.
.. _hardware-adding-profiles:
Adding profiles
---------------
The vast majority of devices with ath9k WLAN
uses
the ar71xx target of LEDE.
If the hardware you want to add support for is
also
ar71xx, adding a new profile
is
enough
.
The vast majority of devices with ath9k WLAN
is based on
the ar71xx target of LEDE.
If the hardware you want to add support for is ar71xx, adding a new profile
is
sufficient
.
Profiles are defined in ``targets/*`` in a shell-based DSL (so common shell
command
s
syntax like ``if`` can be used.
command syntax like ``if`` can be used
)
.
The ``device`` command is used to define an image build for a device. It takes
two or three parameters.
...
...
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