More debug output

This commit is contained in:
2023-01-28 11:17:08 -05:00
parent f3bce0a6fe
commit 63ce0122cf

View File

@@ -624,10 +624,6 @@ fromSource() {
pushd "$GITWORKTREEDIR" &>/dev/null || return 1 pushd "$GITWORKTREEDIR" &>/dev/null || return 1
# Update package feed
./scripts/feeds update -a &&
./scripts/feeds install -a
# Grab the release seed config # Grab the release seed config
if ! curl -so "$SEED_FILE" "$SEED_URL"; then if ! curl -so "$SEED_FILE" "$SEED_URL"; then
echo "Could not obtain .config seed from $SEED_FILE" echo "Could not obtain .config seed from $SEED_FILE"
@@ -662,6 +658,10 @@ fromSource() {
echo "$opt" >> "$SEED_FILE" echo "$opt" >> "$SEED_FILE"
done done
# Update package feed
./scripts/feeds update -a &&
./scripts/feeds install -a
# normalize .config and remove dupes # normalize .config and remove dupes
# make defconfig # TODO # make defconfig # TODO