Skip to content

Commit

Permalink
add ipsec, remove docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Dec 11, 2021
1 parent 671d9eb commit 20e77ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ wifi_packages = \
wireless-regdb \
wpa-supplicant

ipsec_packages = \
strongswan-full \
kmod-xfrm-interface \
kmod-crypto-gcm

# See: https://openwrt.org/toh/pcengines/apu2
# - kmod-sp5100-tco is in release_packages due to name change in 21.02.0
apu2_packages = \
Expand Down Expand Up @@ -127,9 +132,9 @@ image:
$(router_packages) \
$(release_packages) \
$(wifi_packages) \
$(ipsec_packages) \
$(apu2_packages) \
$(qemu_packages) \
$(docker_packages) \
"
du -hs $(build_dir)/bin/targets/$(target)/$(subtarget)/*
cat $(build_dir)/bin/targets/$(target)/$(subtarget)/sha256sums

0 comments on commit 20e77ab

Please sign in to comment.