diff options
author | John Klug <john.klug@multitech.com> | 2016-12-19 19:27:22 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-19 19:27:22 -0600 |
commit | 32721433e01f18dd83a295ed4e3579ad40537354 (patch) | |
tree | 32ce844e0197fad4e66dfb7e631c6c1ecd8729c3 /recipes-core/busybox | |
parent | 95c4072bd3f08b2bd57a626e6411e17efd9af251 (diff) | |
download | meta-mlinux-32721433e01f18dd83a295ed4e3579ad40537354.tar.gz meta-mlinux-32721433e01f18dd83a295ed4e3579ad40537354.tar.bz2 meta-mlinux-32721433e01f18dd83a295ed4e3579ad40537354.zip |
add features to busybox to debug ntp and set nice to -20 for ntp
Diffstat (limited to 'recipes-core/busybox')
-rw-r--r-- | recipes-core/busybox/busybox-1.22.1/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/busybox/busybox-1.22.1/defconfig b/recipes-core/busybox/busybox-1.22.1/defconfig index 0387a9d..aa1e514 100644 --- a/recipes-core/busybox/busybox-1.22.1/defconfig +++ b/recipes-core/busybox/busybox-1.22.1/defconfig @@ -570,8 +570,8 @@ CONFIG_HEXDUMP=y CONFIG_HWCLOCK=y CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y -# CONFIG_IPCRM is not set -# CONFIG_IPCS is not set +CONFIG_IPCRM=y +CONFIG_IPCS=y CONFIG_LOSETUP=y # CONFIG_LSPCI is not set # CONFIG_LSUSB is not set |