X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Flinux%2Fmodules%2Fother.mk;h=b9ffaa0e42e42de65b56faa796884516f0b0fc7b;hb=94439c2b5d797a1e18ae9ff81a76a8e53ce2fa09;hp=44bc870b886961250d44874c9451982ae19ae6ae;hpb=8fc44d1f5f472d980f7209757bfc674d5b9da5a2;p=openwrt%2Fstaging%2Fyousong.git diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 44bc870b88..b9ffaa0e42 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -239,6 +239,7 @@ $(eval $(call KernelPackage,oprofile)) define KernelPackage/rfkill SUBMENU:=$(OTHER_MENU) TITLE:=RF switch subsystem support + DEPENDS:=@USE_RFKILL +kmod-input-core KCONFIG:= \ CONFIG_RFKILL \ CONFIG_RFKILL_INPUT=y \ @@ -247,7 +248,6 @@ define KernelPackage/rfkill FILES:= \ $(LINUX_DIR)/net/rfkill/rfkill.ko AUTOLOAD:=$(call AutoLoad,20,rfkill) - $(call SetDepends/rfkill,+kmod-input-core) endef define KernelPackage/rfkill/description