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 | -29/+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. | ||||
* | at91bootstrap: fix overlap linker issue | Gregory Hermant | 2012-11-08 | 1 | -0/+29 |
The linker script of the at91bootstrap package has to be modified when built from gcc-4.6.x version. Indeed a section named text.startup is created and has to be added into the text section. Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |