Skip to content

Commit

Permalink
Revert "kernel: modules: fix led-group-multi-color patch"
Browse files Browse the repository at this point in the history
This reverts commit 1cea889.
This reverts commit 5fd86d6.

The patch is causing build servers to fail. Revert it for now.

Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Dec 12, 2024
1 parent 1cea889 commit 1375a7b
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions package/kernel/linux/modules/leds.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@ endef

$(eval $(call KernelPackage,leds-gpio))

define KernelPackage/led-group-multi-color
SUBMENU:=$(LEDS_MENU)
TITLE:=LEDs group multi-color support
KCONFIG:=CONFIG_LEDS_CLASS_MULTICOLOR \
CONFIG_LEDS_GROUP_MULTICOLOR
FILES:=$(LINUX_DIR)/drivers/leds/rgb/leds-group-multicolor.ko
AUTOLOAD:=$(call AutoProbe,led-group-multi-color)
endef

define KernelPackage/led-group-multi-color/description
This option enables support for monochrome LEDs that are grouped
into multicolor LEDs which is useful in the case where LEDs of
different colors are physically grouped in a single multi-color LED
and driven by a controller that does not have multi-color support.
endef

$(eval $(call KernelPackage,led-group-multi-color))

LED_TRIGGER_DIR=$(LINUX_DIR)/drivers/leds/trigger

define KernelPackage/ledtrig-activity
Expand Down Expand Up @@ -331,4 +313,4 @@ define KernelPackage/leds-lp5562/description
LED controllers.
endef

$(eval $(call KernelPackage,leds-lp5562))
$(eval $(call KernelPackage,leds-lp5562))

0 comments on commit 1375a7b

Please sign in to comment.