File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,11 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
12
12
rm -rf ./libteam
13
13
git clone https://github.com/jpirko/libteam.git
14
14
pushd ./libteam
15
- git checkout -f v1.26
15
+ git checkout -b teamd - f v1.26
16
16
17
- # Apply patch
18
- git apply ../0001-libteam-Add-team_get_port_enabled-function.patch
19
- git apply ../0002-libteam-Temporarily-remove-redundant-debug-mes.patch
20
- git apply ../0003-teamd-lacp-runner-will-send-lacp-update-right-after-.patch
21
- git apply ../0004-libteam-Add-lacp-fallback-support-for-single-member-.patch
22
- git apply ../0005-libteam-Add-warm_reboot-mode.patch
23
- git apply ../0006-Fix-ifinfo_link_with_port-race-condition-with-newlink.patch
17
+ # Apply patch series
18
+ stg init
19
+ stg import -s ../series
24
20
popd
25
21
26
22
# Obtain debian packaging
Original file line number Diff line number Diff line change
1
+ 0001-libteam-Add-team_get_port_enabled-function.patch
2
+ 0002-libteam-Temporarily-remove-redundant-debug-mes.patch
3
+ 0003-teamd-lacp-runner-will-send-lacp-update-right-after-.patch
4
+ 0004-libteam-Add-lacp-fallback-support-for-single-member-.patch
5
+ 0005-libteam-Add-warm_reboot-mode.patch
6
+ 0006-Fix-ifinfo_link_with_port-race-condition-with-newlink.patch
You can’t perform that action at this time.
0 commit comments