scripts/target_config_lib.lua: add debug-output for profile and package-lists

This commit is contained in:
Sven Roederer 2020-03-03 22:55:16 +01:00 committed by Sven Roederer
parent 7431b3916c
commit d40b1e5916

View File

@ -91,6 +91,9 @@ END_MAKE
lib.config('CONFIG_TARGET_DEVICE_PACKAGES_%s_DEVICE_%s="%s"',
openwrt_config_target, profile, device_pkgs)
end
io.stderr:write(string.format('setting profile: %s="%s"\n',
profile, device_pkgs))
end
local extra_pkgs = ''