summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2015-11-10 09:34:38 +0100
committerRaphaël Hertzog <hertzog@debian.org>2016-01-05 18:10:00 +0100
commit7f4e2654e40d2f3af92f3f21b6ce6d5124db1adb (patch)
tree22ce7305ca6d04ab3e4b4ec7eeb687333c326956 /functions
parent4d67c64ba2774c63b8a30d8cfe49ae9a47be3647 (diff)
downloadvyos-live-build-7f4e2654e40d2f3af92f3f21b6ce6d5124db1adb.tar.gz
vyos-live-build-7f4e2654e40d2f3af92f3f21b6ce6d5124db1adb.zip
Drop ixp4xx from available armel flavors
It's gone from Debian unstable/testing since Linux 3.17. Sponsored-By: Offensive Security
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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)