aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2014-02-22 15:51:11 +0000
committerNicolas Thill <nico@openwrt.org>2014-02-22 15:51:11 +0000
commit436f87b02911529846347178dccef21fda28c005 (patch)
tree63787789db87c8c1a391a97a44a2c179f93ee263 /target/linux/sunxi
parent171273a04023cd360167a71b63e306313a44c76e (diff)
downloadmaster-187ad058-436f87b02911529846347178dccef21fda28c005.tar.gz
master-187ad058-436f87b02911529846347178dccef21fda28c005.tar.bz2
master-187ad058-436f87b02911529846347178dccef21fda28c005.zip
target/sunxi: add dependency on sunxi to kmod-wdt-sunxi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r--target/linux/sunxi/modules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/modules.mk b/target/linux/sunxi/modules.mk
index 374cef2b17..a8339211ca 100644
--- a/target/linux/sunxi/modules.mk
+++ b/target/linux/sunxi/modules.mk
@@ -70,6 +70,7 @@ $(eval $(call KernelPackage,sun4i-emac))
define KernelPackage/wdt-sunxi
SUBMENU:=$(OTHER_MENU)
TITLE:=AllWinner sunXi Watchdog timer
+ DEPENDS:=@TARGET_sunxi
KCONFIG:=CONFIG_SUNXI_WATCHDOG
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sunxi_wdt.ko
AUTOLOAD:=$(call AutoLoad,51,sunxi_wdt)