Removing exceptions needed to support riscv64 withing Debian

Signed-off-by: Igor <igor@armbian.com>
This commit is contained in:
Igor
2023-08-16 16:37:20 +02:00
parent d57e365e67
commit 2a8cb5793f
5 changed files with 8 additions and 26 deletions

View File

@@ -338,11 +338,6 @@ function do_extra_configuration() {
fi
fi
# Debian needs the ports repo when strapping riscv64 - revise after bookworm release
if [[ "${ARCH}" == "riscv64" ]] && [[ $DISTRIBUTION == Debian ]]; then
DEBIAN_MIRROR='deb.debian.org/debian-ports'
fi
# Control aria2c's usage of ipv6.
[[ -z $DISABLE_IPV6 ]] && DISABLE_IPV6="true"