Skip to content

Commit

Permalink
Update setenv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 12, 2024
1 parent 54c5dcb commit 63d89b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ function rsync_dir()
###################################
# updating packages before sync
###################################
echo $PWD
exit 1
echo "patching openhd into config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
echo "updating poco"
rm -Rf buildroot-2021.05/package/poco/*
mv -v external/updates/* buildroot-2021.05/package/poco/
ls -a external/updates/


###################################
# rsync codes
Expand Down

0 comments on commit 63d89b5

Please sign in to comment.