From 902280842c209a70feddd9f70409b65a7430784f Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Wed, 24 Jun 2020 19:55:23 -0500 Subject: [PATCH] cant store full kernel, so just store sig --- .gitignore | 3 --- kernel/makefile | 8 ++++---- kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign | 6 ++++++ 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign diff --git a/.gitignore b/.gitignore index 2a9ab6a..8331687 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -linux-* -open-ath9k-htc-firmware -PrawnOS-Alpha-c201-libre-2GB* PrawnOS-*-Alpha-c201-libre-2GB* tmp.* PrawnOS-Alpha-c201-libre-2GB-git*.img diff --git a/kernel/makefile b/kernel/makefile index 2bbe37c..159d5a9 100644 --- a/kernel/makefile +++ b/kernel/makefile @@ -61,14 +61,14 @@ update_ath9k_tar: cd tmp && tar czvf $(ATH9K_SOURCE) $(ATH9K) rm -rf tmp/ -.PHONY: update_kernel_tar -update_kernel_tar: - wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$(KVER)-gnu/linux-libre-$(KVER)-gnu.tar.lz -O $(KERNEL_TAR) - wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$KVER-gnu/linux-libre-$(KVER)-gnu.tar.lz.sign -O $(KERNEL_TAR_SIGNATURE) +.PHONY: update_kernel_sig +update_kernel_sig: + wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$(KVER)-gnu/linux-libre-$(KVER)-gnu.tar.lz.sign -O $(KERNEL_TAR_SIGNATURE) ### REAL TARGETS $(KERNEL_EXTRACTED): $(PRAWNOS_BUILD) + wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$(KVER)-gnu/linux-libre-$(KVER)-gnu.tar.lz -O $(KERNEL_TAR) gpg --import $(KERNEL_RESOURCES)/linux-libre-signing-key.gpg gpg --verify $(KERNEL_TAR_SIGNATURE) $(KERNEL_TAR) tar --lzip -xvf $(KERNEL_TAR) -C $(PRAWNOS_BUILD) diff --git a/kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign b/kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign new file mode 100644 index 0000000..63597bc --- /dev/null +++ b/kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRHRALIxYLa++OJxCe8t8+Hfn1HpwUCXoTtgwAKCRC8t8+Hfn1H +p2pMAJ9TOa8OApUkdNhvtzCJ2I4GsQKgvQCfUS/zeXS7D7tY0zTG3iQZkaCC0M8= +=K67B +-----END PGP SIGNATURE-----