From 5a3245071840593218b88de24755cc68d23a8612 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 25 Dec 2011 05:10:28 +0000 Subject: A collection of utilities to create firmware images for embedded devices, including many wireless routers from many vendors. The utilities are collected and maintained by the OpenWrt router project. WWW: http://www.openwrt.org/ PR: ports/163537 Submitted by: Stefan Bethke Feature safe: yes --- devel/firmware-utils/files/patch-mkzcfw.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/firmware-utils/files/patch-mkzcfw.c (limited to 'devel/firmware-utils/files/patch-mkzcfw.c') diff --git a/devel/firmware-utils/files/patch-mkzcfw.c b/devel/firmware-utils/files/patch-mkzcfw.c new file mode 100644 index 000000000000..baaab712f4cd --- /dev/null +++ b/devel/firmware-utils/files/patch-mkzcfw.c @@ -0,0 +1,12 @@ +diff --git a/mkzcfw.c b/mkzcfw.c +index 7674e70..c60fc6f 100644 +--- mkzcfw.c ++++ mkzcfw.c +@@ -18,6 +18,7 @@ + #include + #include + ++#include "freebsd.h" + #include "cyg_crc.h" + + #if (__BYTE_ORDER == __BIG_ENDIAN) -- cgit v1.2.3