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 | d70cf84d04f61eb9d8aa602325a703ee995c38d0 (patch) | |
tree | 86b2e04827b21f20b176815b34316fe5d6cc249f | |
parent | c65274e306777ce0a23f9724be6bf495f5950251 (diff) | |
download | master-187ad058-d70cf84d04f61eb9d8aa602325a703ee995c38d0.tar.gz master-187ad058-d70cf84d04f61eb9d8aa602325a703ee995c38d0.tar.bz2 master-187ad058-d70cf84d04f61eb9d8aa602325a703ee995c38d0.zip |
[package] CONFIG_RFKILL_INPUT is a boolean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18634 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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:= \ |