mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user