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 017dcb7 commit d9cb239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +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 '/menu "Audio and video applications"/a\ source "package/rtl8812eu-openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
sed -i '/menu "Networking"/a\ source "package/rtl8812eu-openhd/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 d9cb239

Please sign in to comment.