Replace "kirkwood" and "orion5x" armel flavors with the new "marvell" one

As done by the linux source package since its version 4.4.
This commit is contained in:
Raphaël Hertzog 2017-09-18 18:00:20 +02:00
parent 72ca3bcb20
commit 2f54fcf3d7
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -10,6 +10,8 @@ live-build (1:20170830) UNRELEASED; urgency=medium
* Fix size calculation when we use FAT filesystems that do not support
hardlinks. Closes: #873640
Thanks to Matthijs Kooijman <matthijs@stdin.nl> for the patch.
* Replace "kirkwood" and "orion5x" armel flavors with the new
"marvell" (as done by the linux source package since its version 4.4).
-- Raphaël Hertzog <hertzog@debian.org> Tue, 29 Aug 2017 15:13:39 +0200

View File

@ -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}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-marvell}"
;;
armhf)