Skip to content

Commit

Permalink
pi eu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 14, 2024
1 parent b1e559a commit 8f45d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"enabled":true,"categories":{}}
2 changes: 1 addition & 1 deletion scripts/realtek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function fetch_rtl8812eu_driver() {

if [[ "${PLATFORM}" == "pi" ]]; then
sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/' Makefile || exit 1
sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/' Makefile || exit 1
sed -i 's/CONFIG_PLATFORM_ARM_GENERIC= n/CONFIG_PLATFORM_ARM_GENERIC = y/' Makefile || exit 1
fi

sed -i 's/CONFIG_WIFI_MONITOR = n/CONFIG_WIFI_MONITOR = y\nCONFIG_AP_MODE = y/' Makefile || exit 1
Expand Down

0 comments on commit 8f45d6e

Please sign in to comment.