mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 10:54:47 +00:00
kernel: fix AutoLoad parameter for uleds module
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>
This commit is contained in:
parent
57cb387cfe
commit
3e9318f3c0
@ -151,7 +151,7 @@ define KernelPackage/leds-uleds
|
|||||||
TITLE:=Userspace LEDs
|
TITLE:=Userspace LEDs
|
||||||
KCONFIG:=CONFIG_LEDS_USER
|
KCONFIG:=CONFIG_LEDS_USER
|
||||||
FILES:=$(LINUX_DIR)/drivers/leds/uleds.ko
|
FILES:=$(LINUX_DIR)/drivers/leds/uleds.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,60,leds-uleds,1)
|
AUTOLOAD:=$(call AutoLoad,60,uleds,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/leds-uleds/description
|
define KernelPackage/leds-uleds/description
|
||||||
|
Loading…
Reference in New Issue
Block a user