X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/41f2b5ed5fc1c36aa0489b39afd4f3120b8e5338..0d9703a2b4cb3d9e29e59f77cb64604efc825cd9:/package/kernel/modules/001-depends.mk diff --git a/package/kernel/modules/001-depends.mk b/package/kernel/modules/001-depends.mk index 73dd46b91..407f873a5 100644 --- a/package/kernel/modules/001-depends.mk +++ b/package/kernel/modules/001-depends.mk @@ -18,6 +18,11 @@ define AddDepends/input endef +define AddDepends/nls + DEPENDS+= +kmod-nls-base $(foreach cp,$(1),+kmod-nls-$(cp)) +endef + + define SetDepends/rfkill DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini) endef