Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grub2: upgrade to 2.02-beta3 (3 years newer than previous) | Alexandru Ardelean | 2016-12-20 | 1 | -26/+0 |
| | | | | | | | | '100-musl-compat.patch' does not seem to be required anymore. '210-fix_serial_rtscts.patchi' is superseeded by: http://git.savannah.gnu.org/cgit/grub.git/commit/?id=bac5d1a64ab4191058a8fd4c05f6b3b339e249e7 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||||
* | grub2: fix build against musl | Jo-Philipp Wich | 2015-06-25 | 1 | -0/+26 |
Invert the `__GLIBC__` guards into `!__UCLIBC__` ones to avoid invalid references to `_llseek` on musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46125 |