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 21, 2024
1 parent 3afefbf commit 2e20924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ rsync_dir $EXTERNAL/build .
rsync_dir $EXTERNAL/buildroot/ $BUILDROOT_DIR/
echo "patching openhd into config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
sed -i '/^[[:space:]]*source "package\/openhd\/Config\.in"/a\ source "package/openhd_rtl88x2eu/Config.in"' "$BUILDROOT_DIR/package/Config.in"
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit 2e20924

Please sign in to comment.