From: John Crispin Date: Thu, 11 Jul 2013 17:01:08 +0000 (+0000) Subject: ar71xx: set priority of ath79_wdt to 1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2d854d022cab8fa4082499cbd7f6e12e43f1829f;p=openwrt%2Fstaging%2Fdangole.git ar71xx: set priority of ath79_wdt to 1 Signed-off-by: John Crispin SVN-Revision: 37251 --- 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