summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-28 18:04:36 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-28 18:04:36 +0000
commit33a8f82a35eaa0c85a74b5db8a464f540a25378f (patch)
tree0a2d8d679e48611cf4269277e218fc9f20e22773 /package
parenteeaf181efcb6669808ce03cc95f744245cd789a7 (diff)
split Soekris profile into 45xx and 48xx, add kernel package for required watchdog driver on 45xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13411 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 79b01c16c..838526939 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -541,6 +541,22 @@ endef
$(eval $(call KernelPackage,scx200-wdt))
+define KernelPackage/sc520-wdt
+ SUBMENU:=$(OTHER_MENU)
+ TITLE:=Natsemi SC520 Watchdog support
+ DEPENDS:=@TARGET_x86
+ KCONFIG:=CONFIG_SC520_WDT
+ FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sc520_wdt.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,50,sc520_wdt)
+endef
+
+define KernelPackage/sc520-wdt/description
+ Kernel module for SC520 Watchdog
+endef
+
+$(eval $(call KernelPackage,sc520-wdt))
+
+
define KernelPackage/input-core
SUBMENU:=$(OTHER_MENU)
TITLE:=Input device core