From: Mark Clarkstone Date: Thu, 17 Aug 2017 09:36:51 +0000 (+0100) Subject: Autobuild: add raspbian stretch target ready for doozer. X-Git-Tag: v4.2.4~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6374d1c71e858821cfd13a563bad9012db27891e;p=thirdparty%2Ftvheadend.git Autobuild: add raspbian stretch target ready for doozer. --- diff --git a/Autobuild/raspbianstretch-armhf.sh b/Autobuild/raspbianstretch-armhf.sh new file mode 100644 index 000000000..ff5ee4ea8 --- /dev/null +++ b/Autobuild/raspbianstretch-armhf.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=armhf" +DEBDIST=raspbianstretch +source Autobuild/debian.sh