diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2014-03-17 15:25:42 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-17 22:57:47 +0100 |
commit | c0e8ff6b27cd2a77590471d122e73f34c9dd28f2 (patch) | |
tree | c02a148a6e4b54c2451fbc3426d8932ce38e221f /package/systemd/Config.in | |
parent | d9b463b291c9585f868efb76a32507aa14b8d72d (diff) | |
download | buildroot-c0e8ff6b27cd2a77590471d122e73f34c9dd28f2.tar.gz buildroot-c0e8ff6b27cd2a77590471d122e73f34c9dd28f2.zip |
systemd: bump to version 210.
This patch bumps systemd to version 210. Systemd 209 introduced some majors
changes, which generated a lot of feedback and bugfixes. This lead to
version 210 a few days later.
Notable changes in 210:
- dropped dependency on libdbus in favor of internal sd-bus library.
- experimental support for kdbus.
- introduction of systemd-networkd, a simple network configuration manager.
- merge of libsystemd-*.so libraries into libsystemd.so.
- changes in Gudev API.
See NEWS file in the tarball for an exhaustive list.
Changes introduced by this bump:
- new configuration menu entry to enable systemd-networkd, which is an
alternative to ISC dhcp and dhcpcd.
- remove EFI patch for version 208.
- update of the getty unit patch.
- new patch to remove the *.service files accidentally shipped in the
official tarball (contain some invalid hardcoded paths) and force
their re-generation.
[Peter: add a note that dbus is only a runtime dependency now]
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/systemd/Config.in')
-rw-r--r-- | package/systemd/Config.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 4f180a11f0..838e13e24e 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -9,7 +9,7 @@ config BR2_PACKAGE_SYSTEMD depends on BR2_TOOLCHAIN_HAS_THREADS # dbus depends on BR2_USE_MMU # dbus select BR2_PACKAGE_HAS_UDEV - select BR2_PACKAGE_DBUS + select BR2_PACKAGE_DBUS # runtime dependency only select BR2_PACKAGE_LIBCAP select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBBLKID @@ -73,4 +73,16 @@ config BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY http://www.freedesktop.org/software/systemd/man/systemd-journal-gatewayd.service.html +config BR2_PACKAGE_SYSTEMD_NETWORKD + bool "enable network manager" + help + systemd-networkd is a system service that manages networks. + It detects and configures network devices as they appear, as well as + creating virtual network devices. + + This simple network configuration solution is an alternative to + dhcpcd or ISC dhcp. + + http://www.freedesktop.org/software/systemd/man/systemd-networkd.html + endif |