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

232332 #179

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c44ffbd
Create x86_64.config
wj36149 Oct 12, 2020
7f19660
Update settings.ini
wj36149 Oct 12, 2020
815e89e
Update build-openwrt.yml
wj36149 Oct 12, 2020
7609150
Update build-openwrt.yml
wj36149 Oct 12, 2020
e690918
Update build-openwrt.yml
wj36149 Oct 12, 2020
3d86252
Delete x86_64.config
wj36149 Oct 12, 2020
7d9899b
Update settings.ini
wj36149 Oct 12, 2020
aaaabee
Update build-openwrt.yml
wj36149 Oct 17, 2020
7f72e5a
Update build-openwrt.yml
wj36149 Oct 25, 2020
dc7efef
Merge pull request #1 from garypang13/master
wj36149 Oct 25, 2020
9a67f31
Update build-openwrt.yml
wj36149 Oct 25, 2020
f019010
Update settings.ini
wj36149 Oct 25, 2020
b60bef6
Update settings.ini
wj36149 Oct 25, 2020
df147ca
Merge pull request #2 from garypang13/master
wj36149 Oct 28, 2020
2b217a4
Add files via upload
wj36149 Oct 28, 2020
0507bd0
Update settings.ini
wj36149 Oct 28, 2020
a810c15
Merge pull request #3 from garypang13/master
wj36149 Nov 3, 2020
8f779c7
Merge pull request #4 from garypang13/master
wj36149 Nov 4, 2020
ef54976
Update build-openwrt.yml
wj36149 Nov 8, 2020
70643a9
Update settings.ini
wj36149 Nov 8, 2020
5d70e8f
Merge pull request #5 from garypang13/master
wj36149 Nov 8, 2020
b6bae6a
Update build-openwrt.yml
wj36149 Nov 8, 2020
58d3bb5
Merge pull request #6 from garypang13/master
wj36149 Nov 8, 2020
c78c4c4
Delete x86_64.config
wj36149 Nov 8, 2020
8091ce6
Add files via upload
wj36149 Nov 9, 2020
18e0ce9
Merge pull request #7 from garypang13/master
wj36149 Nov 10, 2020
c5626c0
Rename .config to df.config
wj36149 Nov 10, 2020
979b613
Delete x86_64.config
wj36149 Nov 10, 2020
4209b9c
Add files via upload
wj36149 Nov 10, 2020
d5f51af
Update .config
wj36149 Nov 10, 2020
ceb3975
Rename .config to c.config
wj36149 Nov 14, 2020
e112a5c
Rename df.config to .config
wj36149 Nov 14, 2020
a940bb1
Merge pull request #8 from garypang13/master
wj36149 Nov 14, 2020
b4109c3
Rename .config to df.config
wj36149 Nov 14, 2020
5cd1238
Rename c.config to .config
wj36149 Nov 14, 2020
fe73a92
Delete .config
wj36149 Nov 19, 2020
44ef2bc
Rename df.config to .config
wj36149 Nov 19, 2020
8a31bd8
Merge pull request #9 from garypang13/master
wj36149 Nov 19, 2020
b8797d4
Update .config
wj36149 Nov 19, 2020
83a4c21
Update build-openwrt.yml
wj36149 Nov 19, 2020
7457ac4
Merge pull request #10 from garypang13/master
wj36149 Nov 22, 2020
2b46497
Update .config
wj36149 Nov 22, 2020
3b25c45
Update build-openwrt.yml
wj36149 Nov 22, 2020
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
2 changes: 1 addition & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64,phicomm-k2p,redmi-ac2100,nanopi-r2s]
target: [x86_64]

steps:
- name: Checkout
Expand Down
Loading