Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Nov 18, 2023
1 parent cac156c commit 1de0c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Openwrt-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo -E apt-get -qq update
sudo -E apt-get -qq install build-essential clang-13 flex g++ gawk gcc-multilib gettext \
sudo -E apt-get -qq install build-essential clang llvm flex g++ gawk gcc-multilib gettext \
git libncurses5-dev libssl-dev python3-distutils python3-pyelftools python3-setuptools \
libpython3-dev rsync unzip zlib1g-dev swig aria2 jq subversion qemu-utils ccache rename \
libelf-dev device-tree-compiler libgnutls28-dev coccinelle libgmp3-dev libmpc-dev
Expand Down
4 changes: 2 additions & 2 deletions devices/meson_meson8b/patches/onecloud.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

+define Image/Build
+ export BIN_DIR=$(BIN_DIR); \
+ cd /data/packit/openwrt-onecloud; \
+ . ~/packit/packit_onecloud1.sh;
+ cd /data/packit/openwrt-onecloud || true; \
+ . ~/packit/packit_onecloud1.sh || true;
+endef
+
$(eval $(call BuildImage))

0 comments on commit 1de0c0b

Please sign in to comment.