|
|
@@ -47,7 +47,7 @@ define KernelPackage/fs-cifs
|
|
|
KCONFIG:=CONFIG_CIFS
|
|
|
FILES:=$(LINUX_DIR)/fs/cifs/cifs.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,cifs)
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
DEPENDS+= \
|
|
|
+!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36):kmod-crypto-arc4 \
|
|
|
+!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36):kmod-crypto-hmac \
|
|
|
@@ -147,7 +147,7 @@ define KernelPackage/fs-hfs
|
|
|
KCONFIG:=CONFIG_HFS_FS
|
|
|
FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,hfs)
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-hfs/description
|
|
|
@@ -163,7 +163,7 @@ define KernelPackage/fs-hfsplus
|
|
|
KCONFIG:=CONFIG_HFSPLUS_FS
|
|
|
FILES:=$(LINUX_DIR)/fs/hfsplus/hfsplus.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,hfsplus)
|
|
|
-$(call AddDepends/nls,utf8)
|
|
|
+ $(call AddDepends/nls,utf8)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-hfsplus/description
|
|
|
@@ -179,7 +179,7 @@ define KernelPackage/fs-isofs
|
|
|
KCONFIG:=CONFIG_ISO9660_FS CONFIG_JOLIET=y CONFIG_ZISOFS=n
|
|
|
FILES:=$(LINUX_DIR)/fs/isofs/isofs.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,isofs)
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-isofs/description
|
|
|
@@ -210,7 +210,7 @@ define KernelPackage/fs-msdos
|
|
|
KCONFIG:=CONFIG_MSDOS_FS
|
|
|
FILES:=$(LINUX_DIR)/fs/fat/msdos.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,40,msdos)
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-msdos/description
|
|
|
@@ -294,7 +294,7 @@ define KernelPackage/fs-ntfs
|
|
|
KCONFIG:=CONFIG_NTFS_FS
|
|
|
FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,ntfs)
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-ntfs/description
|
|
|
@@ -326,7 +326,7 @@ define KernelPackage/fs-udf
|
|
|
FILES:=$(LINUX_DIR)/fs/udf/udf.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,udf)
|
|
|
DEPENDS:=+kmod-lib-crc-itu-t
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-udf/description
|
|
|
@@ -346,7 +346,7 @@ define KernelPackage/fs-vfat
|
|
|
$(LINUX_DIR)/fs/fat/fat.ko \
|
|
|
$(LINUX_DIR)/fs/fat/vfat.ko
|
|
|
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
|
|
|
-$(call AddDepends/nls)
|
|
|
+ $(call AddDepends/nls)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/fs-vfat/description
|