diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-22 09:35:29 +0000 |
commit | 9e416e9027dc8223382a6e6bbbc3045530b86c24 (patch) | |
tree | b435b2ee05c45877636131bb75dbe0ef93db1ad6 /package/kernel | |
parent | 89329096dfb166cb55a7850997e21db0e377b103 (diff) | |
download | master-187ad058-9e416e9027dc8223382a6e6bbbc3045530b86c24.tar.gz master-187ad058-9e416e9027dc8223382a6e6bbbc3045530b86c24.tar.bz2 master-187ad058-9e416e9027dc8223382a6e6bbbc3045530b86c24.zip |
modules: f2fs: add missing symbols for 3.18
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/fs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index 243f368aee..87ba946d67 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -181,6 +181,8 @@ define KernelPackage/fs-f2fs CONFIG_F2FS_FS \ CONFIG_F2FS_STAT_FS=y \ CONFIG_F2FS_FS_XATTR=n \ + CONFIG_F2FS_FS_POSIX_ACL=n \ + CONFIG_F2FS_FS_SECURITY=n \ CONFIG_F2FS_CHECK_FS=n FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko AUTOLOAD:=$(call AutoLoad,30,f2fs,1) |