projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] dropbear:
[openwrt.git]
/
tools
/
mkimage
/
patches
/
010-freebsd-ulong-fix.patch
1
--- a/include/image.h
2
+++ b/include/image.h
3
@@ -50,6 +50,10 @@
4
5
#endif /* USE_HOSTCC */
6
7
+#ifndef ulong
8
+#define ulong unsigned long
9
+#endif
10
+
11
#if defined(CONFIG_FIT)
12
#include <fdt.h>
13
#include <libfdt.h>
This page took
0.049629 seconds
and
5
git commands to generate.