Skip to content

Commit

Permalink
linux: restore original KERNEL_TARGET after creating uImage
Browse files Browse the repository at this point in the history
  • Loading branch information
kszaq committed May 3, 2019
1 parent a87ec68 commit 502e4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ make_target() {
-e $PKG_KERNEL_UIMAGE_ENTRYADDR \
-d arch/$TARGET_KERNEL_ARCH/boot/$KERNEL_TARGET \
arch/$TARGET_KERNEL_ARCH/boot/$KERNEL_UIMAGE_TARGET

KERNEL_TARGET="${KERNEL_UIMAGE_TARGET}"
fi
}

Expand Down

0 comments on commit 502e4de

Please sign in to comment.