summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2017-02-18 11:40:31 +0100
committerHolger Paradies <retabell@gmx.de>2017-02-18 11:40:31 +0100
commitfdb42e0b1e9e5b7d001fc9ad0ab0f5539c528f6e (patch)
treea313d6e88a18cdb2fc6877e805244b2fcd605369 /auto
parentda13b002d0928bd33f26f0e15fe24256c578e2d4 (diff)
downloadkanotix-fdb42e0b1e9e5b7d001fc9ad0ab0f5539c528f6e.zip
kanotix-fdb42e0b1e9e5b7d001fc9ad0ab0f5539c528f6e.tar.gz
add LB_DISTRIBUTION stretch
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index 265635d..584187a 100755
--- a/auto/config
+++ b/auto/config
@@ -63,6 +63,13 @@ jessie)
i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";;
esac
;;
+stretch)
+ LB_REPOSITORIES+=" dragonfire spitfire wine-staging"
+ case $LB_ARCHITECTURE in
+ amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";;
+ i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";;
+ esac
+ ;;
*)
LB_REPOSITORIES+=" dragonfire spitfire wine-staging spitfire-acritox"
case $LB_ARCHITECTURE in