Fix OpenWrt ipk build: exclude BLE feature that requires D-Bus

The ble feature (bluer crate) pulls in libdbus-sys which cannot
cross-compile with cargo-zigbuild. Disable default features and
explicitly enable only tui for the OpenWrt package build.
This commit is contained in:
Origami74
2026-03-25 13:23:24 +01:00
parent 89352d3218
commit 88fcf57067
+2
View File
@@ -109,6 +109,8 @@ cd "$PROJECT_ROOT"
cargo zigbuild \
--release \
--target "$RUST_TARGET" \
--no-default-features \
--features tui \
--bin fips \
--bin fipsctl \
--bin fipstop