From 7ff7be96dd3491a4762a33c5b5062e5680a99849 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jan 2017 13:12:31 +0100 Subject: omap: build various core drivers into the kernel instead of packaging them Signed-off-by: Felix Fietkau --- package/kernel/linux/modules/other.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/linux/modules/other.mk') diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 81c04705de..adf3cc4069 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -485,7 +485,7 @@ $(eval $(call KernelPackage,bcma)) define KernelPackage/wdt-omap SUBMENU:=$(OTHER_MENU) TITLE:=OMAP Watchdog timer - DEPENDS:=@(TARGET_omap24xx||TARGET_omap35xx) + DEPENDS:=@TARGET_omap24xx KCONFIG:=CONFIG_OMAP_WATCHDOG FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/omap_wdt.ko AUTOLOAD:=$(call AutoLoad,50,omap_wdt,1) @@ -849,7 +849,7 @@ define KernelPackage/random-omap 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||TARGET_omap) +kmod-random-core + DEPENDS:=@TARGET_omap24xx +kmod-random-core AUTOLOAD:=$(call AutoProbe,random-omap) endef -- cgit v1.2.3