Author: kaloz Date: 2014-06-17 17:15:05 +0200 (Tue, 17 Jun 2014) New Revision: 41235
Modified: trunk/package/kernel/linux/modules/leds.mk Log: [kernel]: package the TLC59116 led driver Modified: trunk/package/kernel/linux/modules/leds.mk =================================================================== --- trunk/package/kernel/linux/modules/leds.mk 2014-06-17 15:14:02 UTC (rev 41234) +++ trunk/package/kernel/linux/modules/leds.mk 2014-06-17 15:15:05 UTC (rev 41235) @@ -166,3 +166,19 @@ endef $(eval $(call KernelPackage,ledtrig-oneshot)) + + +define KernelPackage/leds-tlc59116 + SUBMENU:=$(LEDS_MENU) + TITLE:=TLC59116 LED support + DEPENDS:=@TARGET_mvebu kmod-i2c-core + KCONFIG:=CONFIG_LEDS_TLC59116 + FILES:=$(LINUX_DIR)/drivers/leds/leds-tlc59116.ko + AUTOLOAD:=$(call AutoLoad,60,leds-tlc59116,1) +endef + +define KernelPackage/leds-tlc59116/description + Kernel module for LEDs on TLC59116 +endef + +$(eval $(call KernelPackage,leds-tlc59116)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
