projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3133f9
)
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)
SVN-Revision: 8278
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 782b58722220e2e5b9a16fbe01b6a8bcd5757adb..08b470de2a4a3d40154bd9c5c3fb4cf54e4c3f40 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