|
@@ -5,7 +5,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
# We need NETLINK_GET_STRICT_CHK
|
|
# We need NETLINK_GET_STRICT_CHK
|
|
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
@@ -23,7 +23,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
|
configured and joined once, it can be detected and re-joined
|
|
configured and joined once, it can be detected and re-joined
|
|
automatically the next time it's available.
|
|
automatically the next time it's available.
|
|
|
|
|
|
- http://projects.gnome.org/NetworkManager/
|
|
|
|
|
|
+ https://networkmanager.dev/
|
|
|
|
|
|
if BR2_PACKAGE_NETWORK_MANAGER
|
|
if BR2_PACKAGE_NETWORK_MANAGER
|
|
|
|
|
|
@@ -60,10 +60,10 @@ config BR2_PACKAGE_NETWORK_MANAGER_OVS
|
|
This option enables support for OpenVSwitch
|
|
This option enables support for OpenVSwitch
|
|
endif
|
|
endif
|
|
|
|
|
|
-comment "NetworkManager needs udev /dev management and a glibc or musl toolchain w/ headers >= 4.20, dynamic library, wchar, threads, gcc >= 4.9"
|
|
|
|
|
|
+comment "NetworkManager needs udev /dev management and a glibc or musl toolchain w/ headers >= 5.4, dynamic library, wchar, threads, gcc >= 4.9"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_PACKAGE_HAS_UDEV || \
|
|
depends on !BR2_PACKAGE_HAS_UDEV || \
|
|
- !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20 || \
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4 || \
|
|
!(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || \
|
|
!(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || \
|
|
BR2_STATIC_LIBS || \
|
|
BR2_STATIC_LIBS || \
|
|
!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|