summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-28 14:55:38 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-28 14:55:38 +0000
commit57ce101c9567ded044c9d05b27af567b3b2accee (patch)
tree187c082e23f315ea2d7c1bab84a89d23b3d91d85 /package/kernel/modules/other.mk
parentb370eb254b9bdfd73391caf91cd7df97d00f74f0 (diff)
[package] fix wrong paths after r18955.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18957 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index cc45667fa..c5d065cc6 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -371,7 +371,7 @@ $(eval $(call KernelPackage,mmc-at91))
ifeq ($(KERNEL),2.4)
WATCHDOG_DIR=char
endif
-WATCHDOG_DIR?=char/watchdog
+WATCHDOG_DIR?=watchdog
define KernelPackage/atmel-wdt
SUBMENU:=$(OTHER_MENU)