Skip to content

Commit

Permalink
package/libteam: bump to v1.32
Browse files Browse the repository at this point in the history
- Drop backported patches
 - Add necessary runner to kernel

Signed-off-by: Joachim Wiberg <[email protected]>
[[email protected]: update .checkpackageignore]
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
troglobit authored and yann-morin-1998 committed Sep 15, 2023
1 parent 7ef2e98 commit 046872a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 134 deletions.
3 changes: 0 additions & 3 deletions .checkpackageignore
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,6 @@ package/libsvgtiny/0002-Remove-Werror.patch Upstream
package/libsvgtiny/0003-Hopefully-silence-warnings-about-inlines-and-non-inlines-calling-one.patch Upstream
package/libsvgtiny/0004-Build-Include-gperf-generated-code-directly.patch Upstream
package/libtalloc/0001-buildtools-wafsamba-add-disable-stack-protector-opti.patch Upstream
package/libteam/0001-revert-disregard-current-state.patch Upstream
package/libteam/0002-fix-build-on-openwrt-musl-libc.patch Upstream
package/libteam/0003-increase-wait-time-for-daemon-kill.patch Upstream
package/libtelnet/0001-fix-compilation-without-zlib.patch Upstream
package/libtheora/0001-link-libtheoradec.patch Upstream
package/libtheora/0002-fix-autoreconf.patch Upstream
Expand Down
51 changes: 0 additions & 51 deletions package/libteam/0001-revert-disregard-current-state.patch

This file was deleted.

41 changes: 0 additions & 41 deletions package/libteam/0002-fix-build-on-openwrt-musl-libc.patch

This file was deleted.

37 changes: 0 additions & 37 deletions package/libteam/0003-increase-wait-time-for-daemon-kill.patch

This file was deleted.

2 changes: 1 addition & 1 deletion package/libteam/libteam.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 c69f7cf5a98203d66db10e67b396fe325b77a5a9491d1e07e8a07cba3ba841bb libteam-1.31.tar.gz
sha256 7ad90555db8aecdcaf002f543d330408501600edf7065e0ca398fce9b1e64820 libteam-1.32.tar.gz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
3 changes: 2 additions & 1 deletion package/libteam/libteam.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

LIBTEAM_VERSION = 1.31
LIBTEAM_VERSION = 1.32
LIBTEAM_SITE = $(call github,jpirko,libteam,v$(LIBTEAM_VERSION))
LIBTEAM_LICENSE = LGPL-2.1+
LIBTEAM_LICENSE_FILES = COPYING
Expand All @@ -18,6 +18,7 @@ define LIBTEAM_LINUX_CONFIG_FIXUPS
$(call KCONFIG_ENABLE_OPT,CONFIG_NETDEVICES)
$(call KCONFIG_ENABLE_OPT,CONFIG_NET_CORE)
$(call KCONFIG_ENABLE_OPT,CONFIG_NET_TEAM)
$(call KCONFIG_ENABLE_OPT,CONFIG_NET_TEAM_MODE_ROUNDROBIN)
endef

$(eval $(autotools-package))

0 comments on commit 046872a

Please sign in to comment.