diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-28 14:55:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-28 14:55:38 +0000 |
commit | b6d65b89a4ffaf0c25f89f1787811b4b46c95821 (patch) | |
tree | 187c082e23f315ea2d7c1bab84a89d23b3d91d85 /package/kernel/modules/other.mk | |
parent | ed881b566f2f44c270f6bbfac2f90124560e6672 (diff) | |
download | upstream-b6d65b89a4ffaf0c25f89f1787811b4b46c95821.tar.gz upstream-b6d65b89a4ffaf0c25f89f1787811b4b46c95821.tar.bz2 upstream-b6d65b89a4ffaf0c25f89f1787811b4b46c95821.zip |
[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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index cc45667fa5..c5d065cc6d 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) |