diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-27 16:50:07 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-27 16:50:07 +0000 |
commit | 89d2bf119f9d4d1d54736a92001213c7f490f3c5 (patch) | |
tree | e503deb45a1ec71f6d6b758a28775bc94b6b5cf7 /package/kernel/modules/other.mk | |
parent | 965588c10c13411a97d29d3e0b00af3297bb04d1 (diff) |
Fix the watchdog path for the SCX200 watchdog driver
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index a3ce6e9f1..11c45136d 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -454,7 +454,7 @@ define KernelPackage/scx200-wdt TITLE:=Natsemi SCX200 Watchdog support DEPENDS:=@TARGET_x86 KCONFIG:=CONFIG_SC1200_WDT - FILES:=$(LINUX_DIR)/drivers/char/watchdog/scx200_wdt.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/scx200_wdt.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,scx200_wdt) endef |