[OpenWrt-Devel] [PATCH] imx6: image: Make InstallKernel more generic

Felix Fietkau nbd at openwrt.org
Wed Nov 11 08:44:57 EST 2015


On 2015-11-11 14:15, Petr Štetiar wrote:
> Signed-off-by: Petr Štetiar <ynezz at true.cz>
> ---
>  target/linux/imx6/image/Makefile |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile
> index 9b9f948..d5bab30 100644
> --- a/target/linux/imx6/image/Makefile
> +++ b/target/linux/imx6/image/Makefile
> @@ -40,9 +40,9 @@ endef
>  
>  define Image/InstallKernel/Template
>  
> - ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL)$(CONFIG_TARGET_imx6_VENTANA),)
> + ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL)$(CONFIG_TARGET_imx6_$(PROFILE)),)
No need for that. This crappy code is going to be replaced soon (patch
has already been posted).

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list