aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-12 19:39:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-12 19:39:55 +0000
commit523e9938c8ab6176004f8f8080a06b2898257c79 (patch)
treeeeec333d900ce377dde1348240f8ee5961a73205 /package/kernel/modules
parent13956e905e43cd2bc472d2123ed22d953ab703a2 (diff)
downloadupstream-523e9938c8ab6176004f8f8080a06b2898257c79.tar.gz
upstream-523e9938c8ab6176004f8f8080a06b2898257c79.tar.bz2
upstream-523e9938c8ab6176004f8f8080a06b2898257c79.zip
allow gemini target to use rfkill
SVN-Revision: 25488
Diffstat (limited to 'package/kernel/modules')
-rw-r--r--package/kernel/modules/001-depends.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/001-depends.mk b/package/kernel/modules/001-depends.mk
index 61d892198e..602775c015 100644
--- a/package/kernel/modules/001-depends.mk
+++ b/package/kernel/modules/001-depends.mk
@@ -36,7 +36,7 @@ endef
define SetDepends/rfkill
- DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86)
+ DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini)
endef
define AddDepends/rfkill