kernel: remove useless depends in kmod-leds-uleds

There's no kernel 4.9 support on this branch.

Reported-by: AmadeusGhost <amadeus@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-05-13 23:19:43 +08:00
parent d22b2ce758
commit 90750ff528
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -149,7 +149,6 @@ $(eval $(call KernelPackage,leds-pwm))
define KernelPackage/leds-uleds
SUBMENU:=$(LEDS_MENU)
TITLE:=Userspace LEDs
DEPENDS:=@!LINUX_4_9
KCONFIG:=CONFIG_LEDS_USER
FILES:=$(LINUX_DIR)/drivers/leds/uleds.ko
AUTOLOAD:=$(call AutoLoad,60,leds-uleds,1)