Re: [OpenWrt-Devel] [PATCH] build: config: allow bool to select a module pkg

2020-04-11 Thread Hannu Nyman
Petr Štetiar kirjoitti 11.4.2020 klo 12.43: Hannu Nyman [2020-04-11 09:00:11]: Hi, Applying the patch propsed here helped to fix my ath79 multi-device build. So can this be interpreted as your `Tested-by:` ? Thanks. -- ynezz Yes, it can. Hannu

Re: [OpenWrt-Devel] [PATCH] build: config: allow bool to select a module pkg

2020-04-11 Thread Petr Štetiar
Hannu Nyman [2020-04-11 09:00:11]: Hi, > Applying the patch propsed here helped to fix my ath79 multi-device build. So can this be interpreted as your `Tested-by:` ? Thanks. -- ynezz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] build: config: allow bool to select a module pkg

2020-04-11 Thread Hannu Nyman
Eneas U de Queiroz wrote at Thu Apr 9 17:39:17 PDT 2020: > This was reported to me here: > https://github.com/openwrt/openwrt/commit/dcf3e63a35d05e7e5103819c0f17195bfafe9baa#commitcomment-38390450 > The update to kconfig-v5.6 broke TARGET_MULTI_PROFILE because it would not accept bool

[OpenWrt-Devel] [PATCH] build: config: allow bool to select a module pkg

2020-04-09 Thread Eneas U de Queiroz
kconfig-v5.6 disallowed a bool symbol to select another symbol that 'depends on m' (i.e. can be only 'm' on 'n'). It is, in fact, an unmet dependency to have set to 'y'. However, openwrt depends on the previous behavior, to be able to build a package that can be a module or built-in depending on