Skip to content

Commit

Permalink
don't spam console with kernel decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Nov 15, 2020
1 parent 29dc0ac commit daab2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ update_ath9k_tar:
blobby_kernel:
rm -rf $(PRAWNOS_KERNEL_BUILD)
wget $(WGET_OPTS) https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$(KVER).tar.xz -O $(KERNEL_BLOBBY_TAR)
tar -Jxvf $(KERNEL_BLOBBY_TAR) -C $(PRAWNOS_BUILD)
tar -Jxf $(KERNEL_BLOBBY_TAR) -C $(PRAWNOS_BUILD)
touch $(KERNEL_EXTRACTED)
touch $(KERNEL_PATCHED)

Expand Down

0 comments on commit daab2c9

Please sign in to comment.