diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/package/builddeb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 51 | debarch=hppa ;; | 51 | debarch=hppa ;; |
| 52 | mips*) | 52 | mips*) |
| 53 | debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;; | 53 | debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;; |
| 54 | arm64) | 54 | aarch64|arm64) |
| 55 | debarch=arm64 ;; | 55 | debarch=arm64 ;; |
| 56 | arm*) | 56 | arm*) |
| 57 | if grep -q CONFIG_AEABI=y $KCONFIG_CONFIG; then | 57 | if grep -q CONFIG_AEABI=y $KCONFIG_CONFIG; then |
