X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fkernel%2Flinux%2Fmodules%2Fother.mk;fp=package%2Fkernel%2Flinux%2Fmodules%2Fother.mk;h=893775fa889232ef40fa8f7992d4c9e6f6a2afd5;hp=e279616f206ee3147754fc703f2fc72f808e42df;hb=cd3b29853380676bb7e51283050c2044048f8f85;hpb=8ba38cc1458bf0601704bcfd2b69939a7bd4cf06 diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index e279616f20..893775fa88 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -952,21 +952,6 @@ endef $(eval $(call KernelPackage,random-core)) -define KernelPackage/random-omap - SUBMENU:=$(OTHER_MENU) - TITLE:=Hardware Random Number Generator OMAP support - KCONFIG:=CONFIG_HW_RANDOM_OMAP - FILES:=$(LINUX_DIR)/drivers/char/hw_random/omap-rng.ko - DEPENDS:=@TARGET_omap24xx +kmod-random-core - AUTOLOAD:=$(call AutoProbe,random-omap) -endef - -define KernelPackage/random-omap/description - Kernel module for the OMAP Random Number Generator - found on OMAP16xx, OMAP2/3/4/5 and AM33xx/AM43xx multimedia processors. -endef - -$(eval $(call KernelPackage,random-omap)) define KernelPackage/random-tpm SUBMENU:=$(OTHER_MENU)