projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f091b9
)
Fix a bogus line with kmod-softdog
author
Florian Fainelli
<florian@openwrt.org>
Tue, 31 Jul 2007 15:36:21 +0000
(15:36 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 31 Jul 2007 15:36:21 +0000
(15:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8278
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
782b587
..
08b470d
100644
(file)
--- 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