From: Petr Štetiar Date: Mon, 30 Oct 2023 19:37:59 +0000 (+0000) Subject: Revert "uboot-mediatek: fix build on Mac OS X" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f691830307b484ec611f173157739e56c78f336c;p=openwrt%2Fstaging%2Fnbd.git Revert "uboot-mediatek: fix build on Mac OS X" This reverts commit 997ff740dc44045390680eaa30b6566d40bca322. 78cbd5apick as it should be fixed in commit 78cbd5a57e11 ("tools: macOS: types.h: fix missing unsigned types"). References: #13833 Signed-off-by: Petr Štetiar --- 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 deleted file mode 100644 index a6204c7b69..0000000000 --- a/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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