summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/modules.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-11 17:01:08 +0000
committerJohn Crispin <john@openwrt.org>2013-07-11 17:01:08 +0000
commit2d854d022cab8fa4082499cbd7f6e12e43f1829f (patch)
treedfde165ff81610ba994e0a027a91dce46ab1f98b /target/linux/ar71xx/modules.mk
parent585ab22c0f72487a689706b26d81e357fb91c5c0 (diff)
downloadmaster-31e0f0ae-2d854d022cab8fa4082499cbd7f6e12e43f1829f.tar.gz
master-31e0f0ae-2d854d022cab8fa4082499cbd7f6e12e43f1829f.tar.bz2
master-31e0f0ae-2d854d022cab8fa4082499cbd7f6e12e43f1829f.zip
ar71xx: set priority of ath79_wdt to 1
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37251
Diffstat (limited to 'target/linux/ar71xx/modules.mk')
-rw-r--r--target/linux/ar71xx/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/modules.mk b/target/linux/ar71xx/modules.mk
index c72b6148e6..601f473869 100644
--- 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