diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-03 03:09:20 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-03 03:09:20 +0000 |
commit | 5024c10301d87fd79484285f5791e59b5711e6f3 (patch) | |
tree | a8c9e38a2c4378f669a88659658890f3eeb41717 | |
parent | 18804bfb8b31026c0ad960739971fbde4d7d7421 (diff) |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28356 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/modules/leds.mk | 2 | ||||
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/modules/leds.mk b/package/kernel/modules/leds.mk index 43f3ce930e..e6506fa558 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 diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index 0c1c3d2dcb..cece30e173 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -7,7 +7,7 @@ DEFAULT_PACKAGES += \ kmod-wdt-geode kmod-cs5535-clockevt kmod-cs5535-mfgpt \ kmod-cs5536 \ kmod-hwmon-core kmod-hwmon-lm90 \ - kmod-via-rhine kmod-leds-alix \ + kmod-via-rhine \ kmod-i2c-core kmod-i2c-gpio \ kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \ kmod-i2c-scx200-acb \ |