Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
20b12127
Commit
20b12127
authored
8 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
scripts: use libressl instead of openssl
parent
3eca8a6a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/bootstrap.sh
+1
-1
1 addition, 1 deletion
scripts/bootstrap.sh
scripts/mkimg.base.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.base.sh
with
2 additions
and
2 deletions
scripts/bootstrap.sh
+
1
−
1
View file @
20b12127
...
@@ -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,
open
ssl, linux-headers
gcc,
libre
ssl, 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
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.base.sh
+
1
−
1
View file @
20b12127
...
@@ -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
open
ssl openssh tzdata"
apks
=
"alpine-base alpine-mirrors bkeymaps chrony e2fsprogs network-extras
libre
ssl openssh tzdata"
apkovl
=
apkovl
=
hostname
=
"alpine"
hostname
=
"alpine"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment