BigW Consortium Gitlab

Commit 67511238 by jow

CC: sdk: provide explicit CONFIG_MODULES kconfig symbol

Extend the SDK Config.in file to explicitely declare a MODULES symbol with the "option modules" flag set in order to prevent a kconfig segmentation fault whenever a "depends m" dependency is encountered. Signed-off-by: 's avatarJo-Philipp Wich <jow@openwrt.org> Backport of r46514 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46515 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent a8b52fdc
config MODULES
bool
default y
option modules
source "Config-build.in"
source "tmp/.config-package.in"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment