Loading scripts/package/mkdebian +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ set_debarch() { sparc*) debarch=sparc ;; s390*) debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;; debarch=s390x ;; ppc*) debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;; parisc*) Loading Loading
scripts/package/mkdebian +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ set_debarch() { sparc*) debarch=sparc ;; s390*) debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;; debarch=s390x ;; ppc*) debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;; parisc*) Loading