aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.arm.sh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-05 11:40:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-05 11:41:56 +0000
commit71a193e96f8417873a63848ad474d6379617d9a0 (patch)
treeebcceacecbd8252e68cfa7515e5b469768995981 /scripts/mkimg.arm.sh
parentabd16aa54c70c8300e412bed88c34b7d8a8023db (diff)
downloadaports-71a193e96f8417873a63848ad474d6379617d9a0.tar.bz2
aports-71a193e96f8417873a63848ad474d6379617d9a0.tar.xz
scripts/mkimg: remove -hardened kernel and vanilla iso
standard iso is now vanilla kernel so it does not make any sense to have a separata vanilla iso. Also update xen to use vanilla kernel instead of hardened
Diffstat (limited to 'scripts/mkimg.arm.sh')
-rwxr-xr-xscripts/mkimg.arm.sh14
1 files changed, 3 insertions, 11 deletions
diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh
index c0c65cbd79..3b1341b345 100755
--- a/scripts/mkimg.arm.sh
+++ b/scripts/mkimg.arm.sh
@@ -48,7 +48,7 @@ profile_rpi() {
profile_base
title="Raspberry Pi"
desc="Includes Raspberry Pi kernel.
- Does not include grsec patchset.
+ Designed for RPI 1,2 and 3.
And much more..."
image_ext="tar.gz"
arch="armhf"
@@ -86,16 +86,8 @@ profile_uboot() {
Supports armhf and aarch64."
image_ext="tar.gz"
arch="aarch64 armhf armv7"
- case "$ARCH" in
- aarch64)
- kernel_flavors="vanilla"
- kernel_addons=
- ;;
- *)
- kernel_flavors="hardened"
- kernel_addons="xtables-addons"
- ;;
- esac
+ kernel_flavors="vanilla"
+ kernel_addons="xtables-addons"
initfs_features="base bootchart squashfs ext2 ext3 ext4 kms mmc raid scsi usb"
apkovl="genapkovl-dhcp.sh"
hostname="alpine"