summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xfunctions/defaults.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 46eb681ef..fa1c5335b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 438043116..ddf4b1975 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:-ixp4xx kirkwood orion5x versatile}"
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x versatile}"
;;
armhf)