Drop ixp4xx from available armel flavors

It's gone from Debian unstable/testing since Linux 3.17.

Sponsored-By: Offensive Security
This commit is contained in:
Raphaël Hertzog 2015-11-10 09:34:38 +01:00
parent 4d67c64ba2
commit 7f4e2654e4
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
live-build (1:20160105) UNRELEASED; urgency=medium
* Better handle empty package lists.
* Drop ixp4xx from available armel flavors, the image has been gone since
linux 3.17.
-- Raphaël Hertzog <hertzog@debian.org> Tue, 05 Jan 2016 18:03:44 +0100

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:-ixp4xx kirkwood orion5x versatile}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x versatile}"
;;
armhf)