mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a13fbbf184
commit
63beb2e75c
@ -1,2 +1,7 @@
|
||||
config MODULES
|
||||
bool
|
||||
default y
|
||||
option modules
|
||||
|
||||
source "Config-build.in"
|
||||
source "tmp/.config-package.in"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user