3 define KernelPackage/leds-reset
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)
12 define KernelPackage/leds-reset/description
13 Kernel module for LEDs on reset lines
16 $(eval $(call KernelPackage,leds-reset))