summaryrefslogtreecommitdiff
path: root/package/boot/grub2/patches/100-musl-compat.patch
Commit message (Collapse)AuthorAge
* grub2: fix build against muslJo-Philipp Wich2015-06-25
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