Skip to content

Commit

Permalink
Merge pull request #20 from freedomofpress/add-5.15-for-workstation
Browse files Browse the repository at this point in the history
Add support for 5.15 securedrop-workstation builds
  • Loading branch information
sssoleileraaa authored May 17, 2022
2 parents bd7c750 + c6c9d5c commit 8f7fc08
Show file tree
Hide file tree
Showing 2 changed files with 8,208 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ securedrop-workstation: ## Builds kernels for SecureDrop Workstation
LINUX_LOCAL_CONFIG_PATH="$(PWD)/configs/config-workstation-4.14" \
./scripts/build-kernel-wrapper

securedrop-workstation-5.15: ## Builds kernels for SecureDrop Workstation, 5.15.x
GRSECURITY=1 GRSECURITY_PATCH_TYPE=stable6 LOCALVERSION="-workstation" \
LINUX_LOCAL_CONFIG_PATH="$(PWD)/configs/config-workstation-5.15" \
./scripts/build-kernel-wrapper

.PHONY: help
help: ## Prints this message and exits.
@printf "Subcommands:\n\n"
Expand Down
Loading

0 comments on commit 8f7fc08

Please sign in to comment.