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 a8e3a18 commit 66d1685
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ function rsync_dir()
###################################
# updating packages before sync
###################################
ls -a external/updates/
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/
cp -v external/updates/* buildroot-2021.05/package/poco/


###################################
Expand Down

0 comments on commit 66d1685

Please sign in to comment.