1config BR2_PACKAGE_HOST_RAUC 2 bool "host rauc" 3 select BR2_PACKAGE_HOST_SQUASHFS # run-time dependency 4 help 5 RAUC is the Robust Auto-Update Controller developed by 6 Pengutronix. Enable this option to build the rauc 7 host tool which may be used to generate firmware 8 bundles that are handled by the target rauc service. 9 10 http://rauc.io/ 11