mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-18 11:51:19 +00:00
qca-ssdk: fix build with linux kernel 6.12.48+
This commit is contained in:
parent
a7ecc6bae4
commit
76eef31042
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=qca-ssdk
|
PKG_NAME:=qca-ssdk
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://github.com/openwrt/qca-ssdk.git
|
PKG_SOURCE_URL:=https://github.com/openwrt/qca-ssdk.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|||||||
11
package/qca/qca-ssdk/patches/0800-fix-linux-6.12-build.patch
Normal file
11
package/qca/qca-ssdk/patches/0800-fix-linux-6.12-build.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/hsl/phy/qca808x.c
|
||||||
|
+++ b/src/hsl/phy/qca808x.c
|
||||||
|
@@ -600,7 +600,7 @@
|
||||||
|
return err;
|
||||||
|
}
|
||||||
|
|
||||||
|
-int qca808x_match_phy_device(struct phy_device *phydev)
|
||||||
|
+int qca808x_match_phy_device(struct phy_device *phydev, const struct phy_driver *phydrv)
|
||||||
|
{
|
||||||
|
a_uint32_t phy_id = 0;
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user