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