diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-04 14:52:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-04 14:52:41 +0000 |
commit | 6891ad6ef661738aaa4724f3379091a99496da47 (patch) | |
tree | 958de4e4ed6c892df6b528e007ece68ba56c7f38 /package/kernel/modules | |
parent | 8045b37a82df32517d2a4fbda2ad2000e742aec2 (diff) | |
download | upstream-6891ad6ef661738aaa4724f3379091a99496da47.tar.gz upstream-6891ad6ef661738aaa4724f3379091a99496da47.tar.bz2 upstream-6891ad6ef661738aaa4724f3379091a99496da47.zip |
CONFIG_RFKILL_INPUT is a boolean
SVN-Revision: 18634
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 2116dd0cb4..abc7bbd81b 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -814,7 +814,7 @@ define KernelPackage/rfkill DEPENDS:=@TARGET_x86||TARGET_olpc||TARGET_s3c24xx||TARGET_brcm47xx KCONFIG:= \ CONFIG_RFKILL \ - CONFIG_RFKILL_INPUT \ + CONFIG_RFKILL_INPUT=y \ CONFIG_RFKILL_LEDS=y ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.31)),1) FILES:= \ |