cant store full kernel, so just store sig

This commit is contained in:
Hal Emmerich 2020-06-24 19:55:23 -05:00
parent 93a8a5069f
commit 902280842c
3 changed files with 10 additions and 7 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQRHRALIxYLa++OJxCe8t8+Hfn1HpwUCXoTtgwAKCRC8t8+Hfn1H
p2pMAJ9TOa8OApUkdNhvtzCJ2I4GsQKgvQCfUS/zeXS7D7tY0zTG3iQZkaCC0M8=
=K67B
-----END PGP SIGNATURE-----