From 17d70074ccd626eb172c892473f6a838e3b79b22 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 30 Dec 2021 17:34:38 +0800 Subject: [PATCH] Update build.sh --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 546789bc..931dcf8e 100755 --- a/build.sh +++ b/build.sh @@ -204,9 +204,6 @@ else CONFIG_VERSION_NUMBER="$(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)-$(git -C "$OMR_FEED" rev-parse --short HEAD)" EOF fi -echo "$OMR_DIST" -echo "$OMR_REPO" -echo "$(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)-$(git -C "$OMR_FEED" rev-parse --short HEAD)" #if [ "$OMR_KERNEL" = "5.14" ]; then # echo 'CONFIG_KERNEL_GIT_CLONE_URI="https://github.com/multipath-tcp/mptcp_net-next.git"' >> "$OMR_TARGET/source/.config" # echo 'CONFIG_KERNEL_GIT_REF="78828adaef8fe9b69f9a8c4b60f74b01c5a31c7a"' >> "$OMR_TARGET/source/.config" @@ -633,6 +630,9 @@ if ! patch -Rf -N -p1 -s --dry-run < patches/luci-occitan.patch; then fi [ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/luci/modules/luci-base/po/ echo "Done" +echo "$OMR_DIST" +echo "$OMR_REPO" +echo "$(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)-$(git -C "$OMR_FEED" rev-parse --short HEAD)" cd "$OMR_TARGET/source" echo "Update feeds index"