aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-05 16:11:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-05 16:11:45 +0000
commitc38674726902289da790618ac4ec935428409cfe (patch)
treea1d33d5e1d441b42341489d02068778162bd645e /package
parent3dfa493e562e63d0d5d23bb397ea5cf31849fdd5 (diff)
downloadupstream-c38674726902289da790618ac4ec935428409cfe.tar.gz
upstream-c38674726902289da790618ac4ec935428409cfe.tar.bz2
upstream-c38674726902289da790618ac4ec935428409cfe.zip
fix kmod-leds-alix (#6079, #6105)
SVN-Revision: 18318
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index bf26beffa9..9a5c6dafa9 100644
--- 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_ALIX2
+ FILES:=$(LINUX_DIR)/drivers/leds/leds-alix2.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,leds-alix)
endef