summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xfunctions/defaults.sh2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d4e019b4d..1232ecbcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+live-build (1:20170213) UNRELEASED; urgency=medium
+
+ * Drop the versatile kernel flavour on armel. It's no longer built since
+ Linux 4.9.
+
+ -- Raphaƫl Hertzog <hertzog@debian.org> Mon, 13 Feb 2017 16:50:05 +0100
+
live-build (1:20161216) unstable; urgency=medium
* Cleanup binary_loopback_cfg and offer more freedom in overriding
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)