OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2012 OpenWrt.org |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | |||
7 | define KernelPackage/mcs814x-wdt |
||
8 | SUBMENU:=$(OTHER_MENU) |
||
9 | DEPENDS:=@TARGET_mcs814x |
||
10 | TITLE:=MCS814x watchdog driver |
||
11 | KCONFIG:=CONFIG_MCS814X_WATCHDOG |
||
12 | FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/mcs814x_wdt.ko |
||
13 | AUTOLOAD:=$(call AutoLoad,50,mcs814x_wdt) |
||
14 | endef |
||
15 | |||
16 | define KernelPackage/mcs814x-wdt/description |
||
17 | Kernel module for the Moschip MCS814x watchdog timer. |
||
18 | endef |
||
19 | |||
20 | $(eval $(call KernelPackage,mcs814x-wdt)) |