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