configs: With recent changes to apps/ all configurations that build appliations as modules must now also select CONFIG_APPS_LOADABLE.
This commit is contained in:
parent
2295a3c4d8
commit
e50a2c7fb1
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ CONFIG_BINFMT_EXEPATH=y
|
|||
CONFIG_BOARDCTL_RESET=y
|
||||
CONFIG_BOARDCTL_USBDEVCTRL=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=12061
|
||||
CONFIG_BUILD_LOADABLE=y
|
||||
CONFIG_BUILD_PROTECTED=y
|
||||
CONFIG_C99_BOOL8=y
|
||||
CONFIG_CODECS_HASH_MD5=y
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ CONFIG_BINFMT_EXEPATH=y
|
|||
CONFIG_BOARDCTL_RESET=y
|
||||
CONFIG_BOARDCTL_USBDEVCTRL=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=12061
|
||||
CONFIG_BUILD_LOADABLE=y
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_C99_BOOL8=y
|
||||
CONFIG_CODECS_HASH_MD5=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue