package/kernel: package NAND support
[openwrt.git] / package / kernel / modules / 001-depends.mk
index 93aaeb3..407f873 100644 (file)
@@ -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
This page took 0.03442 seconds and 4 git commands to generate.