uboot-ar71xx: fix musl host build
authorAndy Walsh <andy.walsh44+github@gmail.com>
Tue, 14 Aug 2018 12:27:47 +0000 (14:27 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 22 Jan 2019 12:29:46 +0000 (13:29 +0100)
commit45a2771953fb351879c332105c8d270c6daed0a7
tree07de55f45909c21808a345f6933840d82fdba4e2
parent94f6030170d3c80f064ea3ed5445217cd479e044
uboot-ar71xx: fix musl host build

On musl based distributions, u-boot 2010.03 fails to build with:

    u-boot-2010.03/include/u-boot/crc.h:29:50: error: unknown type name 'uint'
      uint32_t crc32 (uint32_t, const unsigned char *, uint);

The issue was fixed in the newer u-boot-2018.03 version, this commit
backports the change to the older version used by ar71xx/ath79.

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
[add commit message from PR description]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/boot/uboot-ar71xx/patches/023-musl-compat.patch [new file with mode: 0644]