aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-29 13:20:36 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-29 13:20:36 +0000
commit8b5cf7ae5b7404d79d661145b07263f79bae4af5 (patch)
tree1b2685e2d3a1a13455aeece387380337f22c419d /package/kernel
parentbd21879967277b65171df62788da75649b709230 (diff)
downloadupstream-8b5cf7ae5b7404d79d661145b07263f79bae4af5.tar.gz
upstream-8b5cf7ae5b7404d79d661145b07263f79bae4af5.tar.bz2
upstream-8b5cf7ae5b7404d79d661145b07263f79bae4af5.zip
package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: #8045)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/fs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk
index ddd8b7c7ee..c1727c0a1b 100644
--- a/package/kernel/modules/fs.mk
+++ b/package/kernel/modules/fs.mk
@@ -325,6 +325,7 @@ define KernelPackage/fs-udf
KCONFIG:=CONFIG_UDF_FS
FILES:=$(LINUX_DIR)/fs/udf/udf.ko
AUTOLOAD:=$(call AutoLoad,30,udf)
+ DEPENDS:=+kmod-lib-crc-itu-t
$(call AddDepends/nls)
endef