Skip to content

Commit

Permalink
phy-aquantia: fix build with 6.1.100+
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Aug 1, 2024
1 parent 31c0baa commit 576235b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/kernel/linux/modules/netdevices.mk
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ define KernelPackage/phy-aquantia
TITLE:=Aquantia Ethernet PHYs
DEPENDS:=+kmod-libphy +kmod-hwmon-core +kmod-lib-crc-ccitt
KCONFIG:=CONFIG_AQUANTIA_PHY
FILES:=$(LINUX_DIR)/drivers/net/phy/aquantia.ko@lt6.6 \
$(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko@ge6.6
FILES:=$(LINUX_DIR)/drivers/net/phy/aquantia.ko@lt6.1 \
$(LINUX_DIR)/drivers/net/phy/aquantia/aquantia.ko@ge6.1
AUTOLOAD:=$(call AutoLoad,18,aquantia,1)
endef

Expand Down

0 comments on commit 576235b

Please sign in to comment.