projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a375c80
)
Make cifs depend on kmod-nls-base (#1360)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 27 Feb 2007 10:27:37 +0000
(10:27 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 27 Feb 2007 10:27:37 +0000
(10:27 +0000)
SVN-Revision: 6400
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index 7c6e93f29e8ffe59598a700c3916e3ff1cc18494..74f2b78fd560d7c7d7490155e1285e06d33e3642 100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-3,6
+3,7
@@
FSMENU:=Filesystems
define KernelPackage/fs-cifs
TITLE:=CIFS support
DESCRIPTION:=Kernel module for CIFS support
+ DEPENDS:=+kmod-nls-base
KCONFIG:=$(CONFIG_CIFS)
SUBMENU:=$(FSMENU)
AUTOLOAD:=$(call AutoLoad,30,cifs)