X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/00a1fec9dfaec8f76aa209994c6ede0744520438..8f55c27bbb90e7e002430cd3d6e902b734bcc0b0:/package/kernel/modules/001-depends.mk diff --git a/package/kernel/modules/001-depends.mk b/package/kernel/modules/001-depends.mk index 93aaeb33f..407f873a5 100644 --- a/package/kernel/modules/001-depends.mk +++ b/package/kernel/modules/001-depends.mk @@ -6,7 +6,7 @@ # define AddDepends/crc16 - DEPENDS+= +kmod-crc16 $(1) + DEPENDS+= +kmod-lib-crc16 $(1) endef define AddDepends/hid @@ -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