Skip to content

Commit 6f20586

Browse files
committed
modules: fixes build for x86 platform
1 parent 58147ef commit 6f20586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/kernel/linux/modules/crypto.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ $(eval $(call KernelPackage,crypto-test))
10961096

10971097
define KernelPackage/crypto-user
10981098
TITLE:=CryptoAPI userspace interface
1099-
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
1099+
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager +LINUX_6_6:kmod-crypto-rng
11001100
KCONFIG:= \
11011101
CONFIG_CRYPTO_USER \
11021102
CONFIG_CRYPTO_USER_API \

package/kernel/linux/modules/video.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ $(eval $(call KernelPackage,video-tw686x))
13081308
define KernelPackage/drm-i915
13091309
SUBMENU:=$(VIDEO_MENU)
13101310
TITLE:=Intel GPU drm support
1311-
DEPENDS:=@TARGET_x86 +kmod-drm-ttm +kmod-drm-kms-helper +i915-firmware \
1311+
DEPENDS:=@TARGET_x86 +kmod-drm-buddy +kmod-drm-ttm +kmod-drm-kms-helper +i915-firmware \
13121312
+(LINUX_6_1||LINUX_6_6):kmod-drm-display-helper +(LINUX_6_1||LINUX_6_6):kmod-acpi-video
13131313
KCONFIG:= \
13141314
CONFIG_INTEL_GTT \

0 commit comments

Comments
 (0)