summaryrefslogtreecommitdiffstats
path: root/package/rtl8188eu
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass at removing binary-only, unlicensed, and proprietary packages ↵2019.02-op-buildRaptor Engineering Development Team2019-09-273-41/+0
| | | | | | | | from buildroot tree Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
* rtl8188eu: bump to latest commitWilliam Wennerström2018-10-032-2/+2
| | | | | | | | | | | | | The rtl8188eu driver wouldn't build due to Linux kernel API changes. Several fixes for API changes to Linux kernel >=4.11 has been commited to the repository. I have bumped to the latest commit and verified that it builds on master (also successfully built on the 2018.08 branch). Signed-off-by: William Wennerström <william@willeponken.me> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rtl8188eu: fix help text formatLuca Ceresoli2017-05-301-6/+6
| | | | | | | Warning reported by check-package. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> 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>
* rtl8188eu: Move the post install target hook before the infrasEzequiel Garcia2017-01-271-2/+1
| | | | | | | | | The hook is only used to install firmware blobs, and so it doesn't need to be declared after the kernel-module infra. Move it where it belong, to avoid confusion. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rtl8188eu: bump version, add hashBernd Kuhls2016-06-072-1/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rtl8188eu: new packageLuca Ceresoli2015-07-272-0/+40
[Thomas: - remove patches 0001 and 0002, they are not needed since when using the kernel-module infrastructure, we directly call the kernel build system and bypass the one provided by the external module - install the firmware directly in the Buildroot .mk file, which allows to also remove patch 0003. - remove RTL8188EU_DEPENDENCIES = linux, since this is already handled by the kernel-module infrastructure.] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud