More work on --source

This commit is contained in:
2023-01-29 15:49:07 -05:00
부모 c0a46f264a
커밋 5eb9aa3e99

파일 보기

@@ -643,7 +643,9 @@ fromSource() {
fi
# Add custom packages
for pkg in ${P_ARR[packages]:+}; do
debug HERE1
if [[ $pkg == -* ]]; then
debug "Removing package ${pkg#-}"
config_opts+=("CONFIG_PACKAGE_${pkg#-}=n") # remove package
@@ -655,6 +657,7 @@ fromSource() {
# Add kopts from profile
for kopt in ${P_ARR[kopts]:+}; do
debug HERE2
config_opts+=("$kopt")
done