1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 06:54:58 +01:00

oops, forgot the autoload

SVN-Revision: 18319
This commit is contained in:
Felix Fietkau 2009-11-05 16:12:11 +00:00
parent c386747269
commit a4081ecb34

@ -506,7 +506,7 @@ define KernelPackage/leds-alix
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_LEDS_ALIX2
FILES:=$(LINUX_DIR)/drivers/leds/leds-alix2.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,leds-alix)
AUTOLOAD:=$(call AutoLoad,50,leds-alix2)
endef
define KernelPackage/leds-alix/description