mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix softdog kmod packaging on 2.6
SVN-Revision: 5238
This commit is contained in:
parent
01c896d67c
commit
e24bb4cdf3
@ -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 New Issue
Block a user