mirror of https://github.com/hak5/openwrt.git
parent
a375c80449
commit
3645728cbf
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue