1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 02:02:23 +02:00

Make cifs depend on kmod-nls-base (#1360)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6400 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-02-27 10:27:37 +00:00
parent 8e45751900
commit f75fa37629

View File

@ -3,6 +3,7 @@ FSMENU:=Filesystems
define KernelPackage/fs-cifs define KernelPackage/fs-cifs
TITLE:=CIFS support TITLE:=CIFS support
DESCRIPTION:=Kernel module for CIFS support DESCRIPTION:=Kernel module for CIFS support
DEPENDS:=+kmod-nls-base
KCONFIG:=$(CONFIG_CIFS) KCONFIG:=$(CONFIG_CIFS)
SUBMENU:=$(FSMENU) SUBMENU:=$(FSMENU)
AUTOLOAD:=$(call AutoLoad,30,cifs) AUTOLOAD:=$(call AutoLoad,30,cifs)