mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-11 08:02:20 +00:00
ar71xx: move the watchdog driver to the kernel
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37289
This commit is contained in:
parent
8cf868e1a6
commit
d1238718c2
target/linux/ar71xx
@ -18,7 +18,7 @@ LINUX_VERSION:=3.10
|
|||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
kmod-leds-gpio kmod-gpio-button-hotplug kmod-wdt-ath79 swconfig \
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
||||||
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \
|
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \
|
||||||
kmod-ath9k wpad-mini uboot-envtools
|
kmod-ath9k wpad-mini uboot-envtools
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ CONFIG_ATH79_MACH_ZCN_1523H=y
|
|||||||
CONFIG_ATH79_NVRAM=y
|
CONFIG_ATH79_NVRAM=y
|
||||||
CONFIG_ATH79_PCI_ATH9K_FIXUP=y
|
CONFIG_ATH79_PCI_ATH9K_FIXUP=y
|
||||||
# CONFIG_ATH79_ROUTERBOOT is not set
|
# CONFIG_ATH79_ROUTERBOOT is not set
|
||||||
# CONFIG_ATH79_WDT is not set
|
CONFIG_ATH79_WDT=y
|
||||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
||||||
CONFIG_CEVT_R4K=y
|
CONFIG_CEVT_R4K=y
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
CONFIG_CLONE_BACKWARDS=y
|
||||||
|
@ -67,20 +67,3 @@ define KernelPackage/spi-vsc7385/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,spi-vsc7385))
|
$(eval $(call KernelPackage,spi-vsc7385))
|
||||||
|
|
||||||
|
|
||||||
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,1)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/wdt-ath79/description
|
|
||||||
Kernel module for AR7XXX/AR9XXX watchdog timer.
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,wdt-ath79))
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user