defconfig after seed

This commit is contained in:
2023-01-20 18:29:36 -05:00
부모 98b49ca40b
커밋 fd729d02eb

파일 보기

@@ -551,8 +551,6 @@ fromSource() {
./scripts/feeds update -a &&
./scripts/feeds install -a
make defconfig # normalize .config and remove dupes
# Grab the release seed config
if [[ -f "$SEED_FILE" ]]; then
if askOk "$SEED_FILE exists. Re-download?"; then
@@ -567,6 +565,8 @@ fromSource() {
fi
fi
make defconfig # normalize .config and remove dupes
for pkg in ${P_ARR[packages]:+${P_ARR[packages]}}; do
if [[ $pkg == -* ]]; then
make_opts+=("CONFIG_PACKAGE_${pkg#-}=n") # remove package