docs: dev/hardware: remove some outdated info, reword a bit

This commit is contained in:
Matthias Schiffer 2018-01-19 14:16:58 +01:00
parent c84820cb08
commit 0cb4cfdadf
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 5 additions and 7 deletions

View File

@ -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
commands 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.