@@ -6,3 +6,12 @@ config NET_CORE
def_bool y
config EXPERT
def_bool y
+
+config BP_MODULES
+ option modules
+ bool
+ default MODULES
+
+ help
+ This symbol is necessary for the newer kconf tool, it looks
+ for the "option modules" to control the 'm' state.
@@ -53,15 +53,6 @@
# Variations are obviously possible.
#
-config BP_MODULES
- option modules
- bool
- default MODULES
-
- help
- This symbol is necessary for the newer kconf tool, it looks
- for the "option modules" to control the 'm' state.
-
config BPAUTO_BUILD_NLATTR
def_bool y
depends on KERNEL_5_2
Otherwise 'option modules' conflicts with the kernel namespace. Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com> --- backport/Kconfig.package.hacks | 9 +++++++++ backport/compat/Kconfig | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-)