1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
svn-openwrt-archive/target/sdk/files/Config.in
Jo-Philipp Wich b984927873 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: Jo-Philipp Wich <jow@openwrt.org>

Backport of r46514

SVN-Revision: 46515
2015-07-27 23:49:48 +00:00

8 lines
106 B
Plaintext

config MODULES
bool
default y
option modules
source "Config-build.in"
source "tmp/.config-package.in"