Fix ar7 image generation with MacOSX
[openwrt.git] / tools / mkimage / src / mkimage.c
index 67123d9..f3796ac 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
+#ifdef __APPLE__
+#define __FreeBSD__ 10
+#endif
 
 #include <errno.h>
 #include <fcntl.h>
This page took 0.022618 seconds and 4 git commands to generate.