Commit 7f88cba8 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: add gcc-multilib to OPENWRT_HOST_PACKAGES and install it...


reproducible OpenWrt: add gcc-multilib to OPENWRT_HOST_PACKAGES and install it on the nodes that need it

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent e8db59c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/bin/bash

# Copyright 2014-2022 Holger Levsen <holger@layer-acht.org>
# Copyright 2014-2023 Holger Levsen <holger@layer-acht.org>
#         © 2015 Reiner Herrmann <reiner@reiner-h.de>
#           2016-2021 Alexander Couzens <lynxis@fe80.eu>
# released under the GPLv2
@@ -23,7 +23,7 @@ OPENWRT_GIT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_GIT_BRANCH=master
OPENWRT_CONFIG=
OPENWRT_TARGET=
OPENWRT_HOST_PACKAGES="gcc binutils bzip2 flex python3 perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion"
OPENWRT_HOST_PACKAGES="gcc gcc-multilib binutils bzip2 flex python3 perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion"

# node configuration
GENERIC_NODE1=osuosl171-amd64.debian.net
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@

	<FilesMatch "\.gz$">
		Header append Content-Encoding gzip
		# this causes errors 406 to client connecting without Accept-Encoding=gzip.
		# this causes errors 406 to clients connecting without Accept-Encoding=gzip.
		#AddEncoding gzip .gz
		ForceType text/plain
	</FilesMatch>
+1 −0
Original line number Diff line number Diff line
@@ -460,6 +460,7 @@ if [ -f /etc/debian_version ] ; then
				g++
				gawk
				gcc
				gcc-multilib
				gnat
				grep
				libc6-dev