From: nbd Date: Fri, 6 Nov 2015 10:53:19 +0000 (+0000) Subject: kernel: omap_wdt module load typo X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=63dca6bb81267544c65892922199e354ea4fc525;hp=25d23bf1515518723d0cb8c1beaeed532c90b4fe;p=openwrt-working-2016%2F.git kernel: omap_wdt module load typo autoload should be without .ko module extension Signed-off-by: Ulrich Weber git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47395 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 73251b8cf8..55fb6f1a70 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -476,7 +476,7 @@ define KernelPackage/wdt-omap DEPENDS:=@(TARGET_omap24xx||TARGET_omap35xx) KCONFIG:=CONFIG_OMAP_WATCHDOG FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/omap_wdt.ko - AUTOLOAD:=$(call AutoLoad,50,omap_wdt.ko,1) + AUTOLOAD:=$(call AutoLoad,50,omap_wdt,1) endef define KernelPackage/wdt-omap/description