Skip to content
Snippets Groups Projects
Commit c9faa84b authored by Kevin Darbyshire-Bryant's avatar Kevin Darbyshire-Bryant
Browse files

firmware-utils: fix build on not Linux

parent 23bf5036
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME := firmware-utils
PKG_RELEASE := 8
PKG_RELEASE := 9
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/kernel.mk
......
......@@ -17,7 +17,7 @@
#include <string.h>
#include <unistd.h>
#include <netinet/in.h>
#include <linux/limits.h>
#include <limits.h>
#include "md5.h"
#define ZYXEL_MAGIC 0xdeadbeaf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment