Skip to content

Commit

Permalink
Remove workstation-5.15 support
Browse files Browse the repository at this point in the history
We're fully on 6.6 now.
  • Loading branch information
legoktm committed Nov 1, 2024
1 parent 4f9a3dc commit 856c0d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8,213 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@ securedrop-core-6.6: ## Builds kernels for SecureDrop servers, 6.6.x
--return \
$(OUT)

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

securedrop-workstation-6.6: OUT:=$(SCRIPT_OUTPUT_PREFIX)-securedrop-workstation-6.6.$(SCRIPT_OUTPUT_EXT)
securedrop-workstation-6.6: ## Builds kernels for SecureDrop Workstation, 6.6.x
GRSECURITY=1 GRSECURITY_PATCH_TYPE=stable9 LOCALVERSION="workstation" \
Expand Down
Loading

0 comments on commit 856c0d4

Please sign in to comment.