Fix a bogus line with kmod-softdog

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8278 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2007-07-31 15:36:21 +00:00
parent 3f091b9e1d
commit d0706f0223

View File

@@ -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