summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2023-10-30 19:37:59 +0000
committerPetr Štetiar <ynezz@true.cz>2024-04-27 06:53:23 +0000
commit8695bc34426525a56340e1bbe578545219f2f1a3 (patch)
treeb81d15b933f5f65d40202605bd2a0316fef09390
parentc19f5076a53a3c55361392c60448b3026d78dda0 (diff)
downloadopenwrt-8695bc34426525a56340e1bbe578545219f2f1a3.tar.gz
openwrt-8695bc34426525a56340e1bbe578545219f2f1a3.tar.bz2
openwrt-8695bc34426525a56340e1bbe578545219f2f1a3.zip
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 <ynezz@true.cz> (cherry picked from commit f691830307b484ec611f173157739e56c78f336c)
-rw-r--r--package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch10
1 files changed, 0 insertions, 10 deletions
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 <linux/posix_types.h>
- #include <asm/types.h>
- #include <stdbool.h>