Skip to content

Commit

Permalink
firmware-utils: fix build on not Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
  • Loading branch information
ldir-EDB0 committed Aug 21, 2021
1 parent 23bf503 commit c9faa84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/firmware-utils/Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/firmware-utils/src/mkzyxelzldfw.c
Expand Up @@ -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
Expand Down

0 comments on commit c9faa84

Please sign in to comment.