aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-07-31 15:36:21 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-07-31 15:36:21 +0000
commitd0706f0223fe5b858d612a6de3991bcaea257d1b (patch)
tree1795db367b50f4fc98b4f257df05236765d19d29 /package
parent3f091b9e1d7e16eaf85e3fe3031e7cf7d9b561ff (diff)
downloadupstream-d0706f0223fe5b858d612a6de3991bcaea257d1b.tar.gz
upstream-d0706f0223fe5b858d612a6de3991bcaea257d1b.tar.bz2
upstream-d0706f0223fe5b858d612a6de3991bcaea257d1b.zip
Fix a bogus line with kmod-softdog
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 782b587222..08b470de2a 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -216,7 +216,6 @@ define KernelPackage/softdog
DESCRIPTION:=Software watchdog driver
SUBMENU:=$(EMENU)
KCONFIG:=CONFIG_SOFT_WATCHDOG
- FILES:=$(LINUX_DIR)/drivers/char/softdog.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,softdog)
endef