diff options
-rw-r--r-- | linux.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph index bf8784ae0228..55215e2c645b 100644 --- a/linux.morph +++ b/linux.morph @@ -44,4 +44,4 @@ build-commands: - make ARCH=arm uImage install-commands: - mkdir -p "$DESTDIR"/boot - - cp arch/arm/boot/zImage "$DESTDIR"/boot/zImage + - cp arch/arm/boot/uImage "$DESTDIR"/boot/uImage |