Skip to content
Snippets Groups Projects
Commit 20b12127 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts: use libressl instead of openssl

parent 3eca8a6a
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ Steps for introducing new architecture include: ...@@ -133,7 +133,7 @@ Steps for introducing new architecture include:
- adding the compiler tripler and arch type to abuild - adding the compiler tripler and arch type to abuild
- adding the arch type detection to apk-tools - adding the arch type detection to apk-tools
- adjusting build rules for packages that are arch aware: - adjusting build rules for packages that are arch aware:
gcc, openssl, linux-headers gcc, libressl, linux-headers
- create new kernel config for linux-vanilla - create new kernel config for linux-vanilla
After these steps the initial cross-build can be completed After these steps the initial cross-build can be completed
......
...@@ -272,7 +272,7 @@ profile_base() { ...@@ -272,7 +272,7 @@ profile_base() {
initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage quiet" initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_features="ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio" initfs_features="ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
#grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help" #grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
apks="alpine-base alpine-mirrors bkeymaps chrony e2fsprogs network-extras openssl openssh tzdata" apks="alpine-base alpine-mirrors bkeymaps chrony e2fsprogs network-extras libressl openssh tzdata"
apkovl= apkovl=
hostname="alpine" hostname="alpine"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment