summaryrefslogtreecommitdiffstats
path: root/package/rtl8821au
Commit message (Collapse)AuthorAgeFilesLines
* package/rtl8821au: fix license file nameYann E. MORIN2017-06-281-1/+1
| | | | | | | | Fixes #9976. Reported-by: Nick Wright <nwright98@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rtl8821au: bump to latestChristian Stewart2017-04-162-3/+4
| | | | | | | | | | We add -Wno-error to not error out on warnings, which would otherwise cause build failures. Signed-off-by: Christian Stewart <christian@paral.in> [Thomas: as suggested by Baruch, use -Wno-error instead of disabling specific warnings.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rtl8821au: switch to abperiasamy forkChristian Stewart2016-07-242-12/+5
| | | | | | | | | | | | | | | | | Switching to the rtl8821au fork at github.com/abperiasamy/rtl8812AU_8821AU_linux. - The current fork we are using is maintained by 1 person. - The current fork does not work, and there are no plans to fix this: - https://github.com/ulli-kroll/rtl8821au/issues/5 - https://github.com/ulli-kroll/rtl8821au/issues/6 - In practice, the current fork has numerous instability issues. - Our lab switched to the abperiasamy fork a couple months ago and have been very happy with it. - The contributor list for the abperiasamy fork contains 21 well-known individuals in the community. - The raspberry pi community recommends the abperiasamy fork and uses it extensively. - Firmware blobs are not necessary with the new fork. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rtl8821au: set CONFIG_RTL8821AU properlyChristian Stewart2016-07-151-1/+1
| | | | | | | | | | | Due to a recent update in the code, CONFIG_RTL8821AU=m is the expected kernel configuration environment variable to be set, not CONFIG_RTL8812AU_8821AU=m as was previously set. Presently the package does effectively nothing. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rtl8821au: bump versionBernd Kuhls2016-06-082-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rtl8821au: bump to 4c298bChristian Stewart2016-05-012-1/+3
| | | | | | | | | Includes numerous stablity and cleanup passes by ulli-kroll. A hash file is also added, as it was missing before. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rtl8821au: bump version and remove debugging patchChristian Stewart2015-07-272-25/+1
| | | | | | | | | | | | | This patch updates rtl8821au to include an upstream commit which disables debug output, unless a runtime insmod parameter debug=level is passed when loading the module. This makes the old buildroot patch to remove hardcoded debug defines unnecessary: as such, it has been removed. Signed-off-by: Christian Stewart <christian@paral.in> Tested-by: Christian Stewart <christian@paral.in> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rtl8821au: new packageChristian Stewart2015-07-263-0/+59
This patch adds the rtl8821au wifi driver. The driver is sourced from ulli-kroll's work on GitHub, which includes various fixes and better LED handling. Currently USB3 support is broken in this driver - it will only connect to the EHCI controller in a USB3 port. Signed-off-by: Christian Stewart <christian@paral.in> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud