Skip to content

Commit 3541c55

Browse files
committed
T7557: Update commit id and patch ipt-netflow build
1 parent 07fa017 commit 3541c55

3 files changed

Lines changed: 883 additions & 1 deletion

File tree

scripts/package-build/linux-kernel/build-ipt-netflow.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ if [ -d .git ]; then
1919
git clean --force -d -x
2020
fi
2121

22+
PATCH_DIR=${CWD}/patches/ipt-netflow
23+
for patch in $(ls ${PATCH_DIR})
24+
do
25+
echo "I: Apply patch: ${PATCH_DIR}/${patch}"
26+
patch -p1 < ${PATCH_DIR}/${patch}
27+
done
28+
2229
. ${KERNEL_VAR_FILE}
2330

2431
DRIVER_VERSION=$(git describe | sed s/^v//)

scripts/package-build/linux-kernel/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ build_cmd = "build_realtek_r8152"
7878

7979
[[packages]]
8080
name = "ipt-netflow"
81-
commit_id = "0eb2092e93"
81+
commit_id = "d46ef26"
8282
scm_url = "https://github.com/aabc/ipt-netflow"
8383
build_cmd = "build_ipt_netflow"
8484

0 commit comments

Comments
 (0)