diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-10-03 23:21:22 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:22 +0200 |
commit | 0463c09f88eae5e1cd05987fe165f8f6c15b4c64 (patch) | |
tree | 7be4cc8768a1f66bdbf0f15153836e77db1826b3 | |
parent | 014bafb575467b9b8d03617278b1734136935fbb (diff) |
add kernel config patch by jow
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-rw-r--r-- | target/linux/realtek/config-2.6.30 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/realtek/config-2.6.30 b/target/linux/realtek/config-2.6.30 index ed18bb33b..bf87afb6d 100644 --- a/target/linux/realtek/config-2.6.30 +++ b/target/linux/realtek/config-2.6.30 @@ -187,8 +187,8 @@ CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_SWAP is not set -# CONFIG_SYSVIPC is not set +CONFIG_SWAP=y +CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_TASKSTATS is not set @@ -222,12 +222,12 @@ CONFIG_PRINTK=y # CONFIG_ELF_CORE is not set # CONFIG_PCSPKR_PLATFORM is not set CONFIG_BASE_FULL=y -# CONFIG_FUTEX is not set -# CONFIG_EPOLL is not set -# CONFIG_SIGNALFD is not set -# CONFIG_TIMERFD is not set -# CONFIG_EVENTFD is not set -# CONFIG_SHMEM is not set +CONFIG_FUTEX=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y # CONFIG_AIO is not set # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_COMPAT_BRK is not set |