Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jan 25, 2025
1 parent acc38a1 commit 3a6ec16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions devices/rockchip_armv8/.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ CONFIG_TARGET_KERNEL_PARTSIZE=32

CONFIG_PACKAGE_kmod-pcie_mhi=m
CONFIG_PACKAGE_kmod-ath12k=n
CONFIG_PACKAGE_kmod-aic8800=m


11 changes: 11 additions & 0 deletions devices/rockchip_armv8/patches/fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -450,7 +450,7 @@ define KernelPackage/phy-realtek
KCONFIG:=CONFIG_REALTEK_PHY \
CONFIG_REALTEK_PHY_HWMON=y
DEPENDS:=+kmod-libphy +kmod-hwmon-core
- FILES:=$(LINUX_DIR)/drivers/net/phy/realtek/realtek.ko
+ FILES:=$(LINUX_DIR)/drivers/net/phy/realtek.ko
AUTOLOAD:=$(call AutoLoad,18,realtek,1)
endef

0 comments on commit 3a6ec16

Please sign in to comment.