From: Daniel Golle Date: Sat, 13 Mar 2021 13:38:25 +0000 (+0000) Subject: uboot-mediatek: fix build on Mac OS X X-Git-Tag: v22.03.0-rc1~3128 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=997ff740dc44045390680eaa30b6566d40bca322;p=openwrt%2Fopenwrt.git uboot-mediatek: fix build on Mac OS X Copy patch added to uboot-sunxi by commit 3cc57ba462 ("uboot-sunxi: add missing type __u64") also to uboot-mediatek. Signed-off-by: Daniel Golle --- diff --git a/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch b/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch new file mode 100644 index 0000000000..a6204c7b69 --- /dev/null +++ b/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch @@ -0,0 +1,10 @@ +--- a/include/linux/types.h ++++ b/include/linux/types.h +@@ -1,6 +1,7 @@ + #ifndef _LINUX_TYPES_H + #define _LINUX_TYPES_H + ++typedef unsigned long long __u64; + #include + #include + #include