summaryrefslogtreecommitdiff
path: root/package/kernel
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-10-03 03:09:20 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-10-03 03:09:20 +0000
commitc0a625ffbf258ebcfb94b055d9c14759121c3011 (patch)
tree0efaa7fdebba7ce1152179ef3c714cd9d1dd24ca /package/kernel
parent7e372b6dcf2e454d5bb4a7e13991d96072de8e34 (diff)
downloadmtk-20170518-c0a625ffbf258ebcfb94b055d9c14759121c3011.zip
mtk-20170518-c0a625ffbf258ebcfb94b055d9c14759121c3011.tar.gz
mtk-20170518-c0a625ffbf258ebcfb94b055d9c14759121c3011.tar.bz2
Add patch for linux-3.0 as well.
Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/leds.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/modules/leds.mk b/package/kernel/modules/leds.mk
index 43f3ce9..e6506fa 100644
--- a/package/kernel/modules/leds.mk
+++ b/package/kernel/modules/leds.mk
@@ -8,6 +8,7 @@
LEDS_MENU:=LED modules
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,2.6.39)),1)
define KernelPackage/leds-alix
SUBMENU:=$(LEDS_MENU)
TITLE:=PCengines ALIX LED support
@@ -22,6 +23,7 @@ define KernelPackage/leds-alix/description
endef
$(eval $(call KernelPackage,leds-alix))
+endif
define KernelPackage/leds-gpio