diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-10 11:47:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-10 11:47:02 +0000 |
commit | 3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61 (patch) | |
tree | 069ceac15ecd884514d05a53eb0cd61e03037561 /target/linux/ipq806x/Makefile | |
parent | bdcba36442a443249a2f68b76a12bced088de0d3 (diff) | |
download | upstream-3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61.tar.gz upstream-3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61.tar.bz2 upstream-3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61.zip |
ipq806x: add support for zImage kernel
This change enable zImage+appended dtb support in ipq806x kernel
options. The zImage will now be generated as part of the kernel
binaries. Platforms which do not have DT support enabled in U-boot
can now make use of it by generating zImage files and appending dtb
to it.
It is not used yet but it is done as a stepping stone for early IPQ806x
platforms, which did not include DT support in U-boot.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45662
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r-- | target/linux/ipq806x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 1512b30c03..f97db74fc3 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,7 +11,7 @@ MAINTAINER:=John Crispin <blogic@openwrt.org> KERNEL_PATCHVER:=3.18 -KERNELNAME:=Image dtbs +KERNELNAME:=zImage Image dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |