fix.patch 852 B

123456789101112131415161718192021222324
  1. --- a/package/kernel/linux/modules/netdevices.mk
  2. +++ b/package/kernel/linux/modules/netdevices.mk
  3. @@ -450,7 +450,7 @@ define KernelPackage/phy-realtek
  4. KCONFIG:=CONFIG_REALTEK_PHY \
  5. CONFIG_REALTEK_PHY_HWMON=y
  6. DEPENDS:=+kmod-libphy +kmod-hwmon-core
  7. - FILES:=$(LINUX_DIR)/drivers/net/phy/realtek/realtek.ko
  8. + FILES:=$(LINUX_DIR)/drivers/net/phy/realtek.ko
  9. AUTOLOAD:=$(call AutoLoad,18,realtek,1)
  10. endef
  11. --- a/package/kernel/linux/modules/netfilter.mk
  12. +++ b/package/kernel/linux/modules/netfilter.mk
  13. @@ -330,7 +330,7 @@ define KernelPackage/ipt-ipopt
  14. KCONFIG:=$(KCONFIG_IPT_IPOPT)
  15. FILES:=$(foreach mod,$(IPT_IPOPT-m),$(LINUX_DIR)/net/$(mod).ko)
  16. AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_IPOPT-m)))
  17. - $(call AddDepends/ipt)
  18. + $(call AddDepends/ipt,+kmod-nf-conntrack)
  19. endef
  20. define KernelPackage/ipt-ipopt/description