projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
defe47e
)
package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: #8045)
author
Nicolas Thill
<nico@openwrt.org>
Sat, 29 Oct 2011 13:20:36 +0000
(13:20 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 29 Oct 2011 13:20:36 +0000
(13:20 +0000)
SVN-Revision: 28666
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index ddd8b7c7eeb74f48c3a6192761aaedfcec3a6c0d..c1727c0a1b44b4a52b39d267f2adc5e449021959 100644
(file)
--- 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