diff options
| author | Michal Marek <mmarek@suse.com> | 2016-12-11 15:20:34 -0500 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.com> | 2016-12-11 15:20:34 -0500 |
| commit | ff5b1ce6b22080379fd1ae9076ff2f5ca6519861 (patch) | |
| tree | 4f131a571988edfb5b12cdd50906a262eac94d06 /scripts/package | |
| parent | d1e774f49f0305092c9975d9070aefe318f49872 (diff) | |
| parent | 152b695d74376bfe55cd2a6265ccc75b0d39dd19 (diff) | |
Merge branch 'kbuild/rc-fixes' into kbuild/misc
Diffstat (limited to 'scripts/package')
| -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 |
