From d98f95bbbe161bee7ad73242fdb82dc8bd3a285e Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Mon, 13 Feb 2017 16:52:10 +0100 Subject: Drop the versatile kernel flavour on armel. It's no longer built since Linux 4.9. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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) -- cgit v1.2.3