forked from haiibo/OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,18 +97,6 @@ jobs: | |
./scripts/feeds update -a | ||
./scripts/feeds install -a | ||
- name: Apply patches(安装补丁) | ||
run: | | ||
git config --global user.name "OpenWrt Builder" | ||
git config --global user.email "[email protected]" | ||
cp $PATCHES_FILE_1 $OPENWRT_PATH/feeds/luci | ||
cp $PATCHES_FILE_2 $OPENWRT_PATH/feeds/packages | ||
cd $OPENWRT_PATH/feeds/luci | ||
git am 0003-add-coremark-luci.patch && cd - | ||
cd $OPENWRT_PATH/feeds/packages | ||
git am 0004-add-coremark-packages.patch | ||
- name: Load Custom Configuration(加载自定义配置) | ||
run: | | ||
[ -e files ] && mv files $OPENWRT_PATH/files | ||
|