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 20, 2024
1 parent 19e5ad6 commit c1fdca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ echo "updating poco"
rm -Rf buildroot-2021.05/package/poco/*
cp -v external/updates/* buildroot-2021.05/package/poco/
echo "removing old wifi drivers"
linux_5.10/drivers/net/wireless/realtek/*
rm -rf linux_5.10/drivers/net/wireless/realtek/*
echo "injecting new wifi drivers"
linux_5.10/drivers/net/wireless
git clone https://github.com/openhd/rtl88x2eu/ linux_5.10/drivers/net/wireless/realtek/

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

0 comments on commit c1fdca1

Please sign in to comment.