X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Config.in;h=8dd73cc2586e24cdfa28ad7b3346a227ca8b0153;hb=23aa9546ce93229d43335403c5d6d574b53f873a;hp=9ad71e02cb2273bcc8bb33121ea19499f9fb25cd;hpb=2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc;p=openwrt%2Fstaging%2Fyousong.git diff --git a/Config.in b/Config.in index 9ad71e02cb..8dd73cc258 100644 --- a/Config.in +++ b/Config.in @@ -97,6 +97,13 @@ menu "Target Images" help Build a jffs2 root filesystem + config TARGET_ROOTFS_JFFS2_NAND + bool "jffs2 for NAND" + default y if USES_JFFS2_NAND + depends on !TARGET_ROOTFS_INITRAMFS && USES_JFFS2_NAND + help + Build a jffs2 root filesystem for NAND flash + config TARGET_ROOTFS_SQUASHFS bool "squashfs" default y if USES_SQUASHFS @@ -568,6 +575,18 @@ menu "Global build settings" Allow user space to create what appear to be multiple instances of the network stack. + endif + + # + # LXC related symbols + # + + config KERNEL_LXC_MISC + bool "Enable miscellaneous LXC related options" + default n + + if KERNEL_LXC_MISC + config KERNEL_DEVPTS_MULTIPLE_INSTANCES bool "Support multiple instances of devpts" default y @@ -578,6 +597,20 @@ menu "Global build settings" filesystem with the '-o newinstance' option will create an independent PTY namespace. + config KERNEL_POSIX_MQUEUE + bool "POSIX Message Queues" + default n + help + POSIX variant of message queues is a part of IPC. In POSIX message + queues every message has a priority which decides about succession + of receiving it by a process. If you want to compile and run + programs written e.g. for Solaris with use of its POSIX message + queues (functions mq_*) say Y here. + + POSIX message queues are visible as a filesystem called 'mqueue' + and can be mounted somewhere if you want to do filesystem + operations on message queues. + endif comment "Package build options"