oops, forgot the autoload
SVN-Revision: 18319
This commit is contained in:
parent
c386747269
commit
a4081ecb34
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ define KernelPackage/leds-alix
|
||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@TARGET_x86
|
||||||
KCONFIG:=CONFIG_LEDS_ALIX2
|
KCONFIG:=CONFIG_LEDS_ALIX2
|
||||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-alix2.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/leds/leds-alix2.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,leds-alix)
|
AUTOLOAD:=$(call AutoLoad,50,leds-alix2)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/leds-alix/description
|
define KernelPackage/leds-alix/description
|
||||||
|
|
Loading…
Reference in a new issue