You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/package/boot/uboot-envtools/patches/100-fw_env_gnu_source.patch

10 lines
196 B

--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -8,6 +8,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#define _GNU_SOURCE
#include <errno.h>
#include <env_flags.h>
#include <fcntl.h>