defconfig after seed

这个提交包含在:
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