diff --git a/packaging/openwrt-ipk/build-ipk.sh b/packaging/openwrt-ipk/build-ipk.sh index 07efc24..583f990 100755 --- a/packaging/openwrt-ipk/build-ipk.sh +++ b/packaging/openwrt-ipk/build-ipk.sh @@ -109,6 +109,8 @@ cd "$PROJECT_ROOT" cargo zigbuild \ --release \ --target "$RUST_TARGET" \ + --no-default-features \ + --features tui \ --bin fips \ --bin fipsctl \ --bin fipstop