X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scripts%2Fpackage%2Fbuilddeb;h=3c575cd07888807d14693ad8475b6b5a953a1ca4;hb=2f39258e5744d34db5db27a1272fd41ac9d2397d;hp=8ea9fd2b65736c42b055791ee88b9151a573a02d;hpb=d4e65476bc68dbc9231b3c772b71f1576579b6fb;p=mirror_ubuntu-zesty-kernel.git diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 8ea9fd2b6573..3c575cd07888 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -51,7 +51,7 @@ set_debarch() { debarch=hppa ;; mips*) debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;; - arm64) + aarch64|arm64) debarch=arm64 ;; arm*) if grep -q CONFIG_AEABI=y $KCONFIG_CONFIG; then