projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d6fa0
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18318
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
bf26bef
..
9a5c6da
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