From e7c0109f5d97eb8eeaa2e2404be6bea2c56f1e0d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Sep 2024 16:47:21 +0100 Subject: Add deguard logic for Dell OptiPlex 3050 Micro Copy the downloaded deguard source code into appdir, and patch it to run as part of lbmk, instead of standalone. The archived one in src/ is not directly used; instead, the hotpatched version is used. This is because the standalone version already has download logic for the .zip file, but we already cache that file in cache/ and use that. Signed-off-by: Leah Rowe --- config/vendor/3050micro/pkg.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/vendor/3050micro/pkg.cfg (limited to 'config/vendor/3050micro') diff --git a/config/vendor/3050micro/pkg.cfg b/config/vendor/3050micro/pkg.cfg new file mode 100644 index 00000000..f1f7860b --- /dev/null +++ b/config/vendor/3050micro/pkg.cfg @@ -0,0 +1,4 @@ +DL_hash="976bbb1e625f64df276d8343757d910c88b8a781f953bc2c41a7dd15184ec70d55f8081de2a0aaa83cddb8e73bdc2df6288fde6e0897e4928c48ca4bb30bea2d" +DL_url="https://download.asrock.com/BIOS/1151/H110M-DGS(7.30)ROM.zip" +DL_url_bkup="https://web.archive.org/web/20230822134231/https://download.asrock.com/BIOS/1151/H110M-DGS(7.30)ROM.zip" +ME_bootguard="me11disreguard" -- cgit v1.2.1