mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
kernel: fix up qrtr packaging after 5.15.107 bump
qrtr/ns.ko is now merged into qrtr/qrtr.ko, so drop the individual module packaging.
Fixes: f4989239cc
("kernel: bump 5.15 to 5.15.107")
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> #ipq807x/ax3600, x86_64/FW-7543B, mt7621/dap-x1860
This commit is contained in:
parent
f4989239cc
commit
9931188edc
@ -1446,8 +1446,7 @@ define KernelPackage/qrtr
|
|||||||
DEPENDS:=@!LINUX_5_10
|
DEPENDS:=@!LINUX_5_10
|
||||||
KCONFIG:=CONFIG_QRTR
|
KCONFIG:=CONFIG_QRTR
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/net/qrtr/qrtr.ko \
|
$(LINUX_DIR)/net/qrtr/qrtr.ko
|
||||||
$(LINUX_DIR)/net/qrtr/ns.ko
|
|
||||||
AUTOLOAD:=$(call AutoProbe,qrtr)
|
AUTOLOAD:=$(call AutoProbe,qrtr)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user