projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f8931
)
qca-ssdk: disable compiling qca8081 PHY driver in favor of upstream
author
Christian Marangi
<ansuelsmth@gmail.com>
Sat, 9 Dec 2023 13:28:15 +0000
(14:28 +0100)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Sat, 27 Jan 2024 18:04:11 +0000
(19:04 +0100)
Disable compiling qca8081 PHY driver in favor of upstream to better
support it and add better control of attached LEDs.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/qca-ssdk/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/qca-ssdk/Makefile
b/package/kernel/qca-ssdk/Makefile
index d8c8d6cb167c1d5cce8489309061d4804b189cf3..2517b80069c3f13cd1ae95c9d2aa93cbd2e8f69d 100644
(file)
--- a/
package/kernel/qca-ssdk/Makefile
+++ b/
package/kernel/qca-ssdk/Makefile
@@
-46,6
+46,7
@@
MAKE_FLAGS+= \
SoC=$(CONFIG_TARGET_SUBTARGET) \
PTP_FEATURE=disable SWCONFIG_FEATURE=disable \
ISISC_ENABLE=disable IN_QCA803X_PHY=FALSE \
+ IN_QCA808X_PHY=FALSE \
$(LNX_CONFIG_OPTS)
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")