ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / modules.mk
1 LEDS_MENU:=LED modules
2
3 define KernelPackage/leds-reset
4 SUBMENU:=$(LEDS_MENU)
5 TITLE:=reset controller LED support
6 DEPENDS:= @TARGET_ath79
7 KCONFIG:=CONFIG_LEDS_RESET=m
8 FILES:=$(LINUX_DIR)/drivers/leds/leds-reset.ko
9 AUTOLOAD:=$(call AutoLoad,60,leds-reset,1)
10 endef
11
12 define KernelPackage/leds-reset/description
13 Kernel module for LEDs on reset lines
14 endef
15
16 $(eval $(call KernelPackage,leds-reset))