mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* kernel: bump to 4.14.169, 4.19.101 * uboot: update to latest * mediatek: bump to v4.19 * ath79: switch to wpad * Revert 'grub2: update to latest'
14 lines
368 B
Diff
14 lines
368 B
Diff
--- a/include/compiler.h 2018-08-29
|
|
+++ b/include/compiler.h 2018-08-29
|
|
@@ -46,6 +46,10 @@ extern int errno;
|
|
#ifdef __linux__
|
|
# include <endian.h>
|
|
# include <byteswap.h>
|
|
+#ifndef __GLIBC__
|
|
+typedef unsigned long ulong;
|
|
+typedef unsigned int uint;
|
|
+#endif
|
|
#elif defined(__MACH__) || defined(__FreeBSD__)
|
|
# include <machine/endian.h>
|
|
typedef unsigned long ulong;
|