u-boot-envtools: fix building with glibc
authorJosua Mayer <josua.mayer97@gmail.com>
Fri, 24 Jun 2016 10:46:49 +0000 (12:46 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 18 Aug 2016 07:49:18 +0000 (09:49 +0200)
commitc8580f51ba8c9eef787bef7b3e259860858c0f62
treee04f04b11974fdf6a105857497f4511228e3a819
parentd7e4b9babb6ce8bf66c4c2e721b78c30d09afdda
u-boot-envtools: fix building with glibc

tools/env/fw_env.c misses to include stdint.h.
Apparently musl doesn't mind and includes this header by default,
but glibc does not and causes the build to fail.

Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch [new file with mode: 0644]