projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585ab22
)
ar71xx: set priority of ath79_wdt to 1
author
John Crispin
<john@openwrt.org>
Thu, 11 Jul 2013 17:01:08 +0000
(17:01 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 11 Jul 2013 17:01:08 +0000
(17:01 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37251
target/linux/ar71xx/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/modules.mk
b/target/linux/ar71xx/modules.mk
index c72b6148e6ac63c007d51cd4eb6bed33821b2968..601f473869c53e86c1b4deb15fff10aa745e70dc 100644
(file)
--- a/
target/linux/ar71xx/modules.mk
+++ b/
target/linux/ar71xx/modules.mk
@@
-75,7
+75,7
@@
define KernelPackage/wdt-ath79
DEPENDS:=@TARGET_ar71xx
KCONFIG:=CONFIG_ATH79_WDT
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/ath79_wdt.ko
- AUTOLOAD:=$(call AutoLoad,50,ath79_wdt)
+ AUTOLOAD:=$(call AutoLoad,50,ath79_wdt
,1
)
endef
define KernelPackage/wdt-ath79/description