From: Mark Clarkstone Date: Thu, 18 May 2017 15:53:44 +0000 (+0100) Subject: Autobuild: add raspbian "jessie" armhf X-Git-Tag: v4.2.3~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ce204d7efc6ec53416d90609e56bddec1b9d14;p=thirdparty%2Ftvheadend.git Autobuild: add raspbian "jessie" armhf --- diff --git a/Autobuild/raspbian-armhf.sh b/Autobuild/raspbian-armhf.sh new file mode 100644 index 000000000..e39554737 --- /dev/null +++ b/Autobuild/raspbian-armhf.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=armhf" +DEBDIST=jessie +source Autobuild/debian.sh