Browse Source

ar71xx: set priority of ath79_wdt to 1

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 37251
John Crispin 12 years ago
parent
commit
2d854d022c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/modules.mk

+ 1 - 1
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