Skip to content

Commit

Permalink
kernel: fix AutoLoad parameter for uleds module
Browse files Browse the repository at this point in the history
The name of the module is 'uleds', not 'leds-uleds'.

Signed-off-by: Evgeny Kolesnikov <evgenyz@gmail.com>
[improve commit title]
Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
evgenyz authored and blocktrron committed May 26, 2021
1 parent 57cb387 commit 3e9318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/leds.mk
Expand Up @@ -151,7 +151,7 @@ define KernelPackage/leds-uleds
TITLE:=Userspace LEDs
KCONFIG:=CONFIG_LEDS_USER
FILES:=$(LINUX_DIR)/drivers/leds/uleds.ko
AUTOLOAD:=$(call AutoLoad,60,leds-uleds,1)
AUTOLOAD:=$(call AutoLoad,60,uleds,1)
endef

define KernelPackage/leds-uleds/description
Expand Down

0 comments on commit 3e9318f

Please sign in to comment.