Skip to content
Snippets Groups Projects
Commit 4bf844e8 authored by John Crispin's avatar John Crispin
Browse files

firmware-utils: mkhilinkfw breaks the build bots


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 39243
parent 87514999
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#define DES_KEY "H@L9K*(3" #define DES_KEY "H@L9K*(3"
......
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