target/ath25: make sure ethernet gets an initial IP
[lede-git/.git] / tools / squashfs / patches / 210-gentoo_makedev_fix.patch
1 --- a/squashfs-tools/mksquashfs.c.orig  2017-10-12 18:56:52.275247728 +0300
2 +++ b/squashfs-tools/mksquashfs.c       2017-10-12 18:58:06.050249669 +0300
3 @@ -47,6 +47,7 @@
4  #define __LITTLE_ENDIAN LITTLE_ENDIAN
5  #else
6  #include <endian.h>
7 +#include <sys/sysmacros.h>
8  #endif
9  
10  #include <squashfs_fs.h>
11 --- a/squashfs-tools/unsquashfs.c.orig  2017-10-12 18:56:52.276247728 +0300
12 +++ b/squashfs-tools/unsquashfs.c       2017-10-12 18:58:53.538250918 +0300
13 @@ -39,6 +39,7 @@
14  #define __LITTLE_ENDIAN LITTLE_ENDIAN
15  #else
16  #include <endian.h>
17 +#include <sys/sysmacros.h>
18  #endif
19  
20  #include <squashfs_fs.h>