summaryrefslogtreecommitdiffstats
path: root/package/rauc
diff options
context:
space:
mode:
Diffstat (limited to 'package/rauc')
-rw-r--r--package/rauc/Config.in.host1
-rw-r--r--package/rauc/rauc.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/rauc/Config.in.host b/package/rauc/Config.in.host
index a58685a2e6..1bd9a7935a 100644
--- a/package/rauc/Config.in.host
+++ b/package/rauc/Config.in.host
@@ -1,5 +1,6 @@
config BR2_PACKAGE_HOST_RAUC
bool "host rauc"
+ select BR2_PACKAGE_HOST_SQUASHFS # run-time dependency
help
RAUC is the Robust Auto-Update Controller developed by
Pengutronix. Enable this option to build the rauc
diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk
index 11991edef0..4909062cf5 100644
--- a/package/rauc/rauc.mk
+++ b/package/rauc/rauc.mk
@@ -29,7 +29,7 @@ ifeq ($(BR2_PACKAGE_SYSTEMD),y)
RAUC_DEPENDENCIES += systemd
endif
-HOST_RAUC_DEPENDENCIES = host-pkgconf host-openssl host-libglib2
+HOST_RAUC_DEPENDENCIES = host-pkgconf host-openssl host-libglib2 host-squashfs
HOST_RAUC_CONF_OPTS += --disable-network --disable-json --disable-service
$(eval $(autotools-package))
OpenPOWER on IntegriCloud