Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ on:
types: [started]

env:
REPO_URL: https://github.com/Lienol/openwrt
REPO_BRANCH: dev-lean-lede
REPO_URL: http://github.com/Lienol/openwrt
REPO_BRANCH: dev-19.07
CONFIG_FILE: .config
DIY_SH: diy.sh
FREE_UP_DISK: false
FREE_UP_DISK: true
SSH_ACTIONS: true
UPLOAD_BIN_DIR: false
UPLOAD_FIRMWARE: true
Expand Down
2 changes: 1 addition & 1 deletion diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Blog: https://p3terx.com
#=================================================
# Modify default IP
sed -i 's/192.168.1.1/192.168.123.99/g' package/base-files/files/bin/config_generate
sed -i 's/192.168.1.1/192.168.2.2/g' package/base-files/files/bin/config_generate