Logo
Explore Help
Register Sign In
298977887/lede
1
0
Fork 0
You've already forked lede
mirror of https://github.com/coolsnowwolf/lede.git synced 2025-06-09 18:02:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
lede/package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch

12 lines
241 B
Diff
Raw Normal View History

update to R7.5.4
2018-01-15 18:26:41 +08:00
--- a/configure
+++ b/configure
iproute2: update to 6.2 Release Notes: https://lwn.net/Articles/923952/ Refresh patches: - 110-darwin_fixes.patch - 115-add-config-xtlibdir.patch - 140-allow_pfifo_fast.patch - 140-keep_libmnl_optional.patch - 145-keep_libelf_optional.patch - 150-keep_libcap_optional.patch - 155-keep_tirpc_optional.patch - 170-ip_tiny.patch - 175-reduce-dynamic-syms.patch - 180-drop_FAILED_POLICY.patch - 190-fix-nls-rpath-link.patch - 195-build_variant_ip_tc.patch - 200-drop_libbsd_dependency.patch - 300-selinux-configurable.patch Remove upstreamed: - 320-configure-Remove-include-sys-stat.h.patch While working on it remove AUTORELEASE. Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-02-22 15:56:25 +01:00
@@ -411,7 +411,7 @@ check_tirpc()
update to R7.5.4
2018-01-15 18:26:41 +08:00
check_mnl()
{
iproute2: add cake fwmark support
2019-03-20 14:30:49 +08:00
- if ${PKG_CONFIG} libmnl --exists; then
+ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists; then
update to R7.5.4
2018-01-15 18:26:41 +08:00
echo "HAVE_MNL:=y" >>$CONFIG
echo "yes"
iproute2: add cake fwmark support
2019-03-20 14:30:49 +08:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 110ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API