fix softdog kmod packaging on 2.6
SVN-Revision: 5238
This commit is contained in:
parent
01c896d67c
commit
e24bb4cdf3
1 changed files with 9 additions and 0 deletions
|
@ -206,6 +206,15 @@ define KernelPackage/softdog
|
|||
FILES:=$(MODULES_DIR)/kernel/drivers/char/softdog.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,softdog)
|
||||
endef
|
||||
|
||||
define KernelPackage/softdog/2.4
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/char/softdog.o
|
||||
endef
|
||||
|
||||
define KernelPackage/softdog/2.6
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/char/watchdog/softdog.ko
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,softdog))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue