Re: [OpenWrt-Devel] [PATCH] build: allow changing kernel name in new image code

2015-01-17 Thread Felix Fietkau
On 2015-01-17 23:48, Claudio Leite wrote: > Necessary for targets using zImage or other kernel > image types. > > Signed-off-by: Claudio Leite Committed in r44018, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://l

[OpenWrt-Devel] [PATCH] build: allow changing kernel name in new image code

2015-01-17 Thread Claudio Leite
Necessary for targets using zImage or other kernel image types. Signed-off-by: Claudio Leite --- include/image.mk |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index eddf605..e0f12e0 100644 --- a/include/image.mk +++ b/include/ima