scripts: mark lib.target_packages as "m" modular
This commit is contained in:
parent
cb7f7fbb66
commit
63aff3bd96
@ -52,7 +52,7 @@ END_MAKE
|
||||
if string.sub(pkg, 1, 1) == '-' then
|
||||
lib.try_config('# CONFIG_PACKAGE_%s is not set', string.sub(pkg, 2))
|
||||
else
|
||||
funcs.config_package(lib.config, pkg, 'y')
|
||||
funcs.config_package(lib.config, pkg, 'm')
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user