firmware-utils: fix build on not Linux
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
		| @@ -7,7 +7,7 @@ | |||||||
| include $(TOPDIR)/rules.mk | include $(TOPDIR)/rules.mk | ||||||
|  |  | ||||||
| PKG_NAME := firmware-utils | PKG_NAME := firmware-utils | ||||||
| PKG_RELEASE := 8 | PKG_RELEASE := 9 | ||||||
|  |  | ||||||
| include $(INCLUDE_DIR)/host-build.mk | include $(INCLUDE_DIR)/host-build.mk | ||||||
| include $(INCLUDE_DIR)/kernel.mk | include $(INCLUDE_DIR)/kernel.mk | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ | |||||||
| #include <string.h> | #include <string.h> | ||||||
| #include <unistd.h> | #include <unistd.h> | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #include <linux/limits.h> | #include <limits.h> | ||||||
| #include "md5.h" | #include "md5.h" | ||||||
|  |  | ||||||
| #define ZYXEL_MAGIC	0xdeadbeaf | #define ZYXEL_MAGIC	0xdeadbeaf | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kevin Darbyshire-Bryant
					Kevin Darbyshire-Bryant