diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-13 11:42:44 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-13 11:42:44 -0600 |
commit | 513cbcda1b618becb63ba0a1f45da326164e9df8 (patch) | |
tree | a4b4cbdfb1a799b48100fc8cffe98420c66ba455 /recipes-kernel/linux | |
parent | d9e1bc44d7617f8907c524f8a69b840f6ae7e217 (diff) | |
download | meta-multitech-513cbcda1b618becb63ba0a1f45da326164e9df8.tar.gz meta-multitech-513cbcda1b618becb63ba0a1f45da326164e9df8.tar.bz2 meta-multitech-513cbcda1b618becb63ba0a1f45da326164e9df8.zip |
linux-3.12.27: mtcdt: enable FANOTIFY
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig b/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig index e0476e8..c49faf7 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig +++ b/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig @@ -2378,7 +2378,7 @@ CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y -# CONFIG_FANOTIFY is not set +CONFIG_FANOTIFY=y # CONFIG_QUOTA is not set # CONFIG_QUOTACTL is not set # CONFIG_AUTOFS4_FS is not set diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index 53ee211..55e15bb 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -2,7 +2,7 @@ inherit kernel # mts class to build dtb and append to kernel image inherit linux-append-dtb -PR = "r9" +PR = "r10" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |