diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 1 |
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 |