diff options
author | John Klug <john.klug@multitech.com> | 2016-12-21 09:15:47 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-21 09:15:47 -0600 |
commit | 0d53f1437fcdbae1c1b112b9892be8994cef3834 (patch) | |
tree | 2cf46a12b25f6b7d2fd1e080cc9b8d47300e1407 /recipes-core | |
parent | 12465c3b11e4a7517a92480980f1ce2f8a877e71 (diff) | |
parent | 2ba73a35c4907336858320b31ce515a6aa10698f (diff) | |
download | meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.tar.gz meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.tar.bz2 meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.zip |
Change priority of gpsd and add multitech GPS device to default.
Diffstat (limited to 'recipes-core')
-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 |