mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 12:53:22 +00:00
Move modeltool from scripts/ to tools/
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
618a266e70
commit
dfd7c3b935
6 changed files with 7 additions and 5 deletions
|
@ -8,9 +8,9 @@ README_DIRS=(
|
|||
|
||||
set -e
|
||||
|
||||
cargo build --manifest-path "scripts/modeltool/Cargo.toml" --release
|
||||
cargo build --manifest-path "tools/modeltool/Cargo.toml" --release
|
||||
|
||||
MODELTOOL="$(realpath "scripts/modeltool/target/release/modeltool")"
|
||||
MODELTOOL="$(realpath "tools/modeltool/target/release/modeltool")"
|
||||
|
||||
readme_model() {
|
||||
echo -e "\x1B[1m$1\x1B[0m" >&2
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
- [apobtool](https://github.com/system76/apobtool.git)
|
||||
- [coreboot-collector](https://github.com/system76/coreboot-collector.git) - coreboot-collector
|
||||
- [intel-spi](https://github.com/system76/intel-spi.git) - intel-spi
|
||||
- [ipxe](https://github.com/ipxe/ipxe.git)
|
||||
- [MEAnalyzer](https://github.com/platomav/MEAnalyzer.git) - ME Analyzer
|
||||
- [modeltool](./modeltool)
|
||||
- [UEFITool](https://github.com/LongSoft/UEFITool.git) - UEFITool
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
|
@ -35,9 +35,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redox_uefi"
|
||||
version = "0.1.9"
|
||||
version = "0.1.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41b62fcb91f21639dc1f36e478fa7bb6cea939282f5c7d0f9190c62ee7b8d286"
|
||||
checksum = "c5d69301333534a04b380995f5d9e604f46a7cbd8d8c62c996ee27447efdeba4"
|
||||
|
||||
[[package]]
|
||||
name = "system76_ecflash"
|
Loading…
Add table
Add a link
Reference in a new issue