scripts/target_config_lib.lua: add debug-output for profile and package-lists
This commit is contained in:
parent
7431b3916c
commit
d40b1e5916
@ -91,6 +91,9 @@ END_MAKE
|
|||||||
lib.config('CONFIG_TARGET_DEVICE_PACKAGES_%s_DEVICE_%s="%s"',
|
lib.config('CONFIG_TARGET_DEVICE_PACKAGES_%s_DEVICE_%s="%s"',
|
||||||
openwrt_config_target, profile, device_pkgs)
|
openwrt_config_target, profile, device_pkgs)
|
||||||
end
|
end
|
||||||
|
io.stderr:write(string.format('setting profile: %s="%s"\n',
|
||||||
|
profile, device_pkgs))
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local extra_pkgs = ''
|
local extra_pkgs = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user