[OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

Felix Fietkau nbd at openwrt.org
Wed Nov 11 08:48:33 EST 2015


On 2015-11-11 14:14, Petr Štetiar wrote:
> Signed-off-by: Petr Štetiar <ynezz at true.cz>
> ---
>  config/Config-images.in |   12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/config/Config-images.in b/config/Config-images.in
> index a60dd50..cdaf5e9 100644
> --- a/config/Config-images.in
> +++ b/config/Config-images.in
> @@ -281,24 +281,24 @@ menu "Target Images"
>  		  below /boot.
>  
>  		config TARGET_ROOTFS_INCLUDE_UIMAGE
> -			bool "include uImage" if TARGET_ROOTFS_INCLUDE_KERNEL
> -			default y
> +			bool "include uImage"
> +			default y if TARGET_ROOTFS_INCLUDE_KERNEL
This is not wrong. TARGET_ROOTFS_INCLUDE_UIMAGE depends on
TARGET_ROOTFS_INCLUDE_KERNEL, as it should.

- 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