Make cifs depend on kmod-nls-base (#1360)
authorFlorian Fainelli <florian@openwrt.org>
Tue, 27 Feb 2007 10:27:37 +0000 (10:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 27 Feb 2007 10:27:37 +0000 (10:27 +0000)
SVN-Revision: 6400

package/kernel/modules/fs.mk

index 7c6e93f29e8ffe59598a700c3916e3ff1cc18494..74f2b78fd560d7c7d7490155e1285e06d33e3642 100644 (file)
@@ -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)