Update buildroot 2018.05

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2018-06-03 13:20:50 +00:00
parent d8b808c8b3
commit 5fa9e77ee3
132 changed files with 2662 additions and 9124 deletions

View File

@@ -10,24 +10,24 @@ Index: sp-oops-extract-0.0.7-1/src/oopslog.c
--- sp-oops-extract-0.0.7-1.orig/src/oopslog.c
+++ sp-oops-extract-0.0.7-1/src/oopslog.c
@@ -64,8 +64,8 @@ static int try_to_check_for_bad_blocks(v
int main(const int argc, const char *argv[])
{
- u_int32_t *count, maxcount = 0xffffffff;
- u_int32_t *magic_ptr, magic_value = 0x5d005d00;
+ uint32_t *count, maxcount = 0xffffffff;
+ uint32_t *magic_ptr, magic_value = 0x5d005d00;
unsigned char *charbuf;
unsigned long size;
int main(const int argc, const char *argv[])
{
- u_int32_t *count, maxcount = 0xffffffff;
- u_int32_t *magic_ptr, magic_value = 0x5d005d00;
+ uint32_t *count, maxcount = 0xffffffff;
+ uint32_t *magic_ptr, magic_value = 0x5d005d00;
unsigned char *charbuf;
unsigned long size;
@@ -137,8 +137,8 @@ int main(const int argc, const char *arg
errx(-1, "%s is something weird", device);
charbuf = buf;
- count = (u_int32_t *) buf;
- magic_ptr = (u_int32_t *) (buf + sizeof(u_int32_t));
+ count = (uint32_t *) buf;
+ magic_ptr = (uint32_t *) (buf + sizeof(uint32_t));
for (i = 0; i < (size / OOPS_PAGE_SIZE); i++) {
pread(fd, buf, OOPS_PAGE_SIZE, i * OOPS_PAGE_SIZE);
errx(-1, "%s is something weird", device);
charbuf = buf;
- count = (u_int32_t *) buf;
- magic_ptr = (u_int32_t *) (buf + sizeof(u_int32_t));
+ count = (uint32_t *) buf;
+ magic_ptr = (uint32_t *) (buf + sizeof(uint32_t));
for (i = 0; i < (size / OOPS_PAGE_SIZE); i++) {
pread(fd, buf, OOPS_PAGE_SIZE, i * OOPS_PAGE_SIZE);