armbian-firmware: new package
authorSergey Matyukevich <geomatsi@gmail.com>
Mon, 6 Nov 2017 10:16:50 +0000 (13:16 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Nov 2017 09:03:06 +0000 (10:03 +0100)
commit4c247a98a5d1c899d8a68d37c8742172d7914585
tree304f1443a14f06cb2baa5cb2d22d7d01c38c2222
parenta7e1971cc60b43160e5d8ce418f7811d4d32b0ba
armbian-firmware: new package

This package enables access to firmware blobs from Armbian firmware
repository: https://github.com/armbian/firmware

That repository contains multiple firmware blobs grouped by vendor.
For the sake of convenience each group can be independently selected
using Kconfig options. This commit enables the following options:
- firmware blobs for XR819 SDIO WiFi chip
- firmware blobs for AP6212 WiFi/BT combo

Armbian firmware repository does not include any specific licenses.
Most part of those firmware blobs belongs to various Android/Linux
SDK packages provided by board vendors. As a result, this package
makes use of the following conservative approach for all the
selected firmware binaries:
  FIRMWARE_LICENSE = PROPRIETARY
  FIRMWARE_REDISTRIBUTE = NO

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS
package/Config.in
package/armbian-firmware/Config.in [new file with mode: 0644]
package/armbian-firmware/armbian-firmware.hash [new file with mode: 0644]
package/armbian-firmware/armbian-firmware.mk [new file with mode: 0644]