diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-08 09:00:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-08 09:00:16 +0000 |
commit | f39459d60505ac4563d6cb6b9daaa3957222fb0d (patch) | |
tree | ae82cd4d7aaf5e2ae3e5c365b89518c902fa80f0 /package/kernel | |
parent | 127a2b1a4da35a7203da3e017198b2155f526e50 (diff) | |
download | mtk-20170518-f39459d60505ac4563d6cb6b9daaa3957222fb0d.zip mtk-20170518-f39459d60505ac4563d6cb6b9daaa3957222fb0d.tar.gz mtk-20170518-f39459d60505ac4563d6cb6b9daaa3957222fb0d.tar.bz2 |
package/kernel: add package for the ath79 watchdog
SVN-Revision: 30851
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index de26398..23d558c 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -703,6 +703,23 @@ endef $(eval $(call KernelPackage,wdt-scx200)) + +define KernelPackage/wdt-ath79 + SUBMENU:=$(OTHER_MENU) + TITLE:=Atheros AR7XXX/AR9XXX watchdog timer + DEPENDS:=@TARGET_ar71xx + KCONFIG:=CONFIG_ATH79_WDT + FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/ath79_wdt.ko + AUTOLOAD:=$(call AutoLoad,50,ath79_wdt) +endef + +define KernelPackage/wdt-ath79/description + Kernel module for AR7XXX/AR9XXX watchdog timer. +endef + +$(eval $(call KernelPackage,wdt-ath79)) + + define KernelPackage/pwm SUBMENU:=$(OTHER_MENU) TITLE:=PWM generic API |