summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2017-02-13 16:52:10 +0100
committerRaphaël Hertzog <hertzog@debian.org>2017-02-13 16:52:10 +0100
commitd98f95bbbe161bee7ad73242fdb82dc8bd3a285e (patch)
treebd4fe7fe67aec953d7424083ff40c6b208480483 /functions
parenteedcb4dce57a9f39cf644092c42d3c68fdf41d6b (diff)
downloadvyos-live-build-d98f95bbbe161bee7ad73242fdb82dc8bd3a285e.tar.gz
vyos-live-build-d98f95bbbe161bee7ad73242fdb82dc8bd3a285e.zip
Drop the versatile kernel flavour on armel. It's no longer built since Linux 4.9.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index de3bb24e9..8ee4f6c84 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -413,7 +413,7 @@ Set_defaults ()
armel)
# armel will have special images: one rootfs image and many additional kernel images.
# therefore we default to all available armel flavours
- LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x versatile}"
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x}"
;;
armhf)