projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0fb013
)
package/zram: fix missing dependencies
author
Mieczyslaw Nalewaj
<namiltd@yahoo.com>
Sat, 30 Nov 2024 22:04:51 +0000
(23:04 +0100)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 17 Dec 2024 22:28:11 +0000
(23:28 +0100)
Fix missing dependencies on kernel 6.12.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index a73d4207793c8ca2b830f9ba07c0323a2043ffbe..d5cb56d2f55051d87d24f430fa6e9ad9d61605b5 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-802,6
+802,7
@@
$(eval $(call KernelPackage,ikconfig))
define KernelPackage/zram
SUBMENU:=$(OTHER_MENU)
TITLE:=ZRAM
+ DEPENDS:=+LINUX_6_12:kmod-lib-lzo
KCONFIG:= \
CONFIG_ZSMALLOC \
CONFIG_ZRAM \