Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial pass at removing binary-only, unlicensed, and proprietary packages ↵2019.02-op-build | Raptor Engineering Development Team | 2019-09-27 | 1 | -26/+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. | ||||
* | imx-kobs: fix build for recent toolchains | Gary Bisson | 2016-01-19 | 1 | -0/+26 |
Starting with Linux 4.4 headers, mtd-user.h isn't including stdint.h any more which breaks the build. Fixes: http://autobuild.buildroot.net/results/05a/05a159c7f8382237d4c941b1bb6de7dad72708f3/ [Thomas: - fix minor typo in the patch description - add reference to the autobuilder failure, as suggested by Baruch.] Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |