mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
kernel: omap_wdt module load typo
autoload should be without .ko module extension Signed-off-by: Ulrich Weber <uw@ocedo.com> SVN-Revision: 47395
This commit is contained in:
parent
0aa7d8d0af
commit
e2bf2b2c4d
@ -476,7 +476,7 @@ define KernelPackage/wdt-omap
|
|||||||
DEPENDS:=@(TARGET_omap24xx||TARGET_omap35xx)
|
DEPENDS:=@(TARGET_omap24xx||TARGET_omap35xx)
|
||||||
KCONFIG:=CONFIG_OMAP_WATCHDOG
|
KCONFIG:=CONFIG_OMAP_WATCHDOG
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/omap_wdt.ko
|
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
|
endef
|
||||||
|
|
||||||
define KernelPackage/wdt-omap/description
|
define KernelPackage/wdt-omap/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user