summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/generic
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-14 00:52:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-14 00:52:15 +0000
commit64f4da969a36451048b97f1eeb90b335b1646402 (patch)
tree8114eeae43fb7bf04cda41c998772346674aea67 /target/linux/x86/generic
parent7a694d4e5f8054d5c4b05fbed69fb1a38f387e29 (diff)
LED driver for PCEngines ALIX boards
This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/generic')
-rw-r--r--target/linux/x86/generic/profiles/Alix.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/generic/profiles/Alix.mk b/target/linux/x86/generic/profiles/Alix.mk
index 24f5bf130..c7d9f3253 100644
--- a/target/linux/x86/generic/profiles/Alix.mk
+++ b/target/linux/x86/generic/profiles/Alix.mk
@@ -7,10 +7,10 @@
define Profile/Alix
NAME:=PCEngines Alix
- PACKAGES:=kmod-via-rhine
+ PACKAGES:=kmod-via-rhine kmod-leds-alix
endef
define Profile/Alix/Description
- Package set compatible with the PCEngines Alix. Contains VIA Rhine III VT6105M support
+ Package set compatible with the PCEngines Alix. Contains VIA Rhine III VT6105M and LED support
endef
$(eval $(call Profile,Alix))