mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:18:26 +02:00
[package] add btrfs filesystem support, patch from Benjamin Cama
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16999 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
97223f9006
commit
c8111a7e49
@ -356,6 +356,29 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,fs-xfs))
|
$(eval $(call KernelPackage,fs-xfs))
|
||||||
|
|
||||||
|
define KernelPackage/fs-btrfs
|
||||||
|
SUBMENU:=$(FS_MENU)
|
||||||
|
TITLE:=BTRFS filesystem support
|
||||||
|
KCONFIG:=\
|
||||||
|
CONFIG_CRYPTO_CRC32C \
|
||||||
|
CONFIG_LIBCRC32C \
|
||||||
|
CONFIG_BTRFS_FS \
|
||||||
|
CONFIG_BTRFS_FS_POSIX_ACL=n
|
||||||
|
# for crc32c
|
||||||
|
DEPENDS:=+kmod-crypto-core @!LINUX_2_6_21||!LINUX_2_6_25||!LINUX_2_6_28
|
||||||
|
FILES:=\
|
||||||
|
$(LINUX_DIR)/crypto/crc32c.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/lib/libcrc32c.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/fs/btrfs/btrfs.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,30,crc32c libcrc32c btrfs)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/fs-btrfs/description
|
||||||
|
Kernel module for BTRFS support
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,fs-btrfs))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/nls-base
|
define KernelPackage/nls-base
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
|
Loading…
Reference in New Issue
Block a user