aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-08-07 13:50:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-08-07 13:50:02 +0000
commitdb4d23b4577ebf718406129a59c87beb20594c68 (patch)
treea5ba9b630f965637a010cee2088af4d57efc7f29 /package
parent34a16898a1874c3e319a145477b15e1a244efa55 (diff)
downloadupstream-db4d23b4577ebf718406129a59c87beb20594c68.tar.gz
upstream-db4d23b4577ebf718406129a59c87beb20594c68.tar.bz2
upstream-db4d23b4577ebf718406129a59c87beb20594c68.zip
add 2.6.26 specific files
SVN-Revision: 12239
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 3b8a3b3146..5585db10bc 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -324,7 +324,7 @@ $(eval $(call KernelPackage,leds-gpio))
define KernelPackage/leds-adm5120
SUBMENU:=$(OTHER_MENU)
TITLE:=ADM5120 LED support
- DEPENDS:=@TARGET_adm5120 +kmod-leds-gpio
+ DEPENDS:=@TARGET_adm5120 +kmod-leds-gpio @LINUX_2_6_25
KCONFIG:=CONFIG_LEDS_ADM5120
FILES:=$(LINUX_DIR)/drivers/leds/leds-adm5120.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,59,leds-adm5120)