Author: nbd
Date: 2015-11-06 11:53:19 +0100 (Fri, 06 Nov 2015)
New Revision: 47395

Modified:
   trunk/package/kernel/linux/modules/other.mk
Log:
kernel: omap_wdt module load typo

autoload should be without .ko module extension

Signed-off-by: Ulrich Weber <[email protected]>

Modified: trunk/package/kernel/linux/modules/other.mk
===================================================================
--- trunk/package/kernel/linux/modules/other.mk 2015-11-06 10:53:11 UTC (rev 
47394)
+++ trunk/package/kernel/linux/modules/other.mk 2015-11-06 10:53:19 UTC (rev 
47395)
@@ -476,7 +476,7 @@
   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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to