diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 21:59:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-29 21:59:03 +0000 |
commit | 46b1577bfc903fcd8c301124e62a61d85e42e0cd (patch) | |
tree | 2569e96f57067373fb67adb9b59868d71dba85e4 /package/kernel/linux/modules | |
parent | 3fda4c9866e60e91e8d5051b2f8a1be6e502b627 (diff) | |
download | upstream-46b1577bfc903fcd8c301124e62a61d85e42e0cd.tar.gz upstream-46b1577bfc903fcd8c301124e62a61d85e42e0cd.tar.bz2 upstream-46b1577bfc903fcd8c301124e62a61d85e42e0cd.zip |
linux: kmod-zram requires kmod-lib-lz4 for >= 3.15
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44205
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 59d2e2c1aa..a69d817ed3 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -748,7 +748,7 @@ $(eval $(call KernelPackage,ikconfig)) define KernelPackage/zram SUBMENU:=$(OTHER_MENU) TITLE:=ZRAM - DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx + DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx +(!LINUX_3_8&&!LINUX_3_10&&!LINUX_3_13&&!LINUX_3_14):kmod-lib-lz4 KCONFIG:= \ CONFIG_ZSMALLOC \ CONFIG_ZRAM \ |