Update buildroot to 2021.02.4 (#1522)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFUSE3_VERSION = 3.10.3
|
||||
LIBFUSE3_VERSION = 3.10.4
|
||||
LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION))
|
||||
LIBFUSE3_LICENSE = LGPL-2.1
|
||||
LIBFUSE3_LICENSE_FILES = LICENSE
|
||||
@@ -15,7 +15,8 @@ LIBFUSE3_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
LIBFUSE3_CONF_OPTS = \
|
||||
-Dexamples=false \
|
||||
-Dudevrulesdir=/lib/udev/rules.d \
|
||||
-Duseroot=false
|
||||
-Duseroot=false \
|
||||
-Dtests=false
|
||||
|
||||
define LIBFUSE3_DEVICES
|
||||
/dev/fuse c 666 0 0 10 229 0 0 -
|
||||
|
||||
Reference in New Issue
Block a user