On 2015-11-11 14:14, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar <[email protected]> > --- > 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 [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
