mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Removing exceptions needed to support riscv64 withing Debian
Signed-off-by: Igor <igor@armbian.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user