Skip to content

Commit

Permalink
hardcode phydm path
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 1, 2024
1 parent aa34c30 commit b87a09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/openhd_wifi.patch
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ index e5eeaf08e..7584859d7 100644

ifeq ($(CONFIG_PLATFORM_ARM64_RPI), y)
-include $(TopDIR)/drivers/net/wireless/rtl8812au/hal/phydm/phydm.mk
+include $(TopDIR)../kernel/kernel-5.10/drivers/net/wireless/realtek/rtl8812au/hal/phydm/phydm.mk
+include /home/runner/work/linux-nvidia/linux-nvidia/kernel/kernel-5.10/drivers/net/wireless/realtek/rtl8812au/hal/phydm/phydm.mk
else
include $(TopDIR)/hal/phydm/phydm.mk
endif

0 comments on commit b87a09d

Please sign in to comment.