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-31 19:39:27 +00:00
committed by Johnathan Corgan
parent 7f33e5f867
commit 8c4455cc1c
+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