diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-02-22 15:51:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-02-22 15:51:11 +0000 |
commit | 436f87b02911529846347178dccef21fda28c005 (patch) | |
tree | 63787789db87c8c1a391a97a44a2c179f93ee263 /target/linux/sunxi | |
parent | 171273a04023cd360167a71b63e306313a44c76e (diff) | |
download | upstream-436f87b02911529846347178dccef21fda28c005.tar.gz upstream-436f87b02911529846347178dccef21fda28c005.tar.bz2 upstream-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.mk | 1 |
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) |