ar71xx: set priority of ath79_wdt to 1
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Jul 2013 17:01:08 +0000 (17:01 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Jul 2013 17:01:08 +0000 (17:01 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37251 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/modules.mk

index c72b614..601f473 100644 (file)
@@ -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