Kaynağa Gözat

package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: #8045)

SVN-Revision: 28666
Nicolas Thill 14 yıl önce
ebeveyn
işleme
0c95fe5de1
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      package/kernel/modules/fs.mk

+ 1 - 0
package/kernel/modules/fs.mk

@@ -325,6 +325,7 @@ define KernelPackage/fs-udf
   KCONFIG:=CONFIG_UDF_FS
   KCONFIG:=CONFIG_UDF_FS
   FILES:=$(LINUX_DIR)/fs/udf/udf.ko
   FILES:=$(LINUX_DIR)/fs/udf/udf.ko
   AUTOLOAD:=$(call AutoLoad,30,udf)
   AUTOLOAD:=$(call AutoLoad,30,udf)
+  DEPENDS:=+kmod-lib-crc-itu-t
 $(call AddDepends/nls)
 $(call AddDepends/nls)
 endef
 endef