mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:49:42 +02:00
16dcc30f87
- README-Ben: patch kernel with -p1 - README-Ben: forgot the vmlinuz.bin compression step - README-Ben: mkimage line differs for Jlime (mipsel-*-nm) - README-Ben: mention expected result of address detection - README-Ben: updating the kernel from Linux needs a ^C at the end - README-Ben: cleaned up and clarified user space setup - README-Ben: use readlink -f in case mipsel-openwrt-linux-gcc isn't symlinked - README-Ben, libnl-1.1-limits.patch: fix missing #include on Jlime - README-Ben: Jlime needs a different prefix discovery algorithm
11 lines
311 B
Diff
11 lines
311 B
Diff
--- libnl-1.1/include/netlink-local.h.orig 2011-03-29 09:20:22.000000000 -0300
|
|
+++ libnl-1.1/include/netlink-local.h 2011-03-29 09:20:43.000000000 -0300
|
|
@@ -25,6 +25,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <inttypes.h>
|
|
+#include <limits.h>
|
|
#include <assert.h>
|
|
|
|
#include <arpa/inet.h>
|