diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-11 17:01:08 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-11 17:01:08 +0000 |
commit | 584f6dfd7c829ca4bbe28c88f37d5bb1e62c4fa7 (patch) | |
tree | f84f04279df60583e19f232f98638eeda5e7e462 /target/linux/ar71xx | |
parent | b4e370a224699116cd648f6ed686d97393c36a65 (diff) | |
download | upstream-584f6dfd7c829ca4bbe28c88f37d5bb1e62c4fa7.tar.gz upstream-584f6dfd7c829ca4bbe28c88f37d5bb1e62c4fa7.tar.bz2 upstream-584f6dfd7c829ca4bbe28c88f37d5bb1e62c4fa7.zip |
ar71xx: set priority of ath79_wdt to 1
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/modules.mk | 2 |
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 |