mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
package/kernel: add package for the ath79 watchdog
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5cec240735
commit
69c230b37f
@ -703,6 +703,23 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,wdt-scx200))
|
$(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
|
define KernelPackage/pwm
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=PWM generic API
|
TITLE:=PWM generic API
|
||||||
|
Loading…
Reference in New Issue
Block a user