build: add KERNEL_ENTRY and sort DEFAULT_DEVICE_VARS
authorChristian Lamparter <chunkeey@gmail.com>
Wed, 6 Feb 2019 16:41:49 +0000 (17:41 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Mon, 11 Feb 2019 18:01:50 +0000 (19:01 +0100)
commit0dc48905cb1a11025cf3e362dc9940d92a8d8855
tree1716915e12a1aa77ee86e29bad6719cb17e315cd
parent83bcacb5215c21e1894fbe3d651d83948479ce91
build: add KERNEL_ENTRY and sort DEFAULT_DEVICE_VARS

The KERNEL_ENTRY was missing from the DEFAULT_DEVICE_VARS.

This bug was discovered while preparing alternative images
for the mpc85xx's TP-Link WDR4900-V1, which all failed to
boot due to this:
|## Booting kernel from Legacy Image at 02000000 ...
|   Image Name:   POWERPC OpenWrt Linux-4.14.96
|   Image Type:   PowerPC Linux Kernel Image (uncompressed)
|   Data Size:    2056568 Bytes = 2 MiB
|   Load Address: 01000000
|   Entry Point:  00000000
|   Verifying Checksum ... OK

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
include/image.mk