network-manager: needs kernel headers v3.7
NetworkManager uses struct ifla_vxlan_port_range that was introduced in kernel version 3.7. Fixes: http://autobuild.buildroot.net/results/6f2/6f214e3206ad0b12c633a7632c1e32c369e447ff/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fb59306c38
commit
79b483d0d3
@ -7,6 +7,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
||||
depends on BR2_USE_MMU # dbus
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
||||
select BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_DBUS_GLIB
|
||||
select BR2_PACKAGE_GNUTLS
|
||||
@ -51,9 +52,9 @@ config BR2_PACKAGE_NETWORK_MANAGER_PPPD
|
||||
This option enables support for PPPD daemon
|
||||
endif
|
||||
|
||||
comment "NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads"
|
||||
comment "NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7"
|
||||
depends on !BR2_avr32
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_PACKAGE_HAS_UDEV
|
||||
!BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
||||
|
Loading…
Reference in New Issue
Block a user