projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dfa493
)
fix kmod-leds-alix (#6079, #6105)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Nov 2009 16:11:45 +0000
(16:11 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Nov 2009 16:11:45 +0000
(16:11 +0000)
SVN-Revision: 18318
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index bf26beffa9f10b340fdccc7a06d021aec69d1834..9a5c6dafa9c4eba8072e6259b5c3ac3ee3d2b191 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-504,8
+504,8
@@
define KernelPackage/leds-alix
SUBMENU:=$(OTHER_MENU)
TITLE:=PCengines ALIX LED support
DEPENDS:=@TARGET_x86
- KCONFIG:=CONFIG_LEDS_ALIX
- FILES:=$(LINUX_DIR)/drivers/leds/leds-alix.$(LINUX_KMOD_SUFFIX)
+ KCONFIG:=CONFIG_LEDS_ALIX
2
+ FILES:=$(LINUX_DIR)/drivers/leds/leds-alix
2
.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,leds-alix)
endef