File tree Expand file tree Collapse file tree 4 files changed +22
-16
lines changed
Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 1- # =================================================
1+ #
2+ # Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
3+ #
4+ # This is free software, licensed under the MIT License.
5+ # See /LICENSE for more information.
6+ #
27# https://github.com/P3TERX/Actions-OpenWrt
38# Description: Build OpenWrt using GitHub Actions
4- # Lisence: MIT
5- # Author: P3TERX
6- # Blog: https://p3terx.com
7- # =================================================
9+ #
810
911name : Build OpenWrt
1012
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 P3TERX
3+ Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # =============================================================
2+ #
3+ # Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
4+ #
5+ # This is free software, licensed under the MIT License.
6+ # See /LICENSE for more information.
7+ #
38# https://github.com/P3TERX/Actions-OpenWrt
49# File name: diy-part1.sh
510# Description: OpenWrt DIY script part 1 (Before Update feeds)
6- # Lisence: MIT
7- # Author: P3TERX
8- # Blog: https://p3terx.com
9- # =============================================================
11+ #
1012
1113# Uncomment a feed source
1214# sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # ============================================================
2+ #
3+ # Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
4+ #
5+ # This is free software, licensed under the MIT License.
6+ # See /LICENSE for more information.
7+ #
38# https://github.com/P3TERX/Actions-OpenWrt
49# File name: diy-part2.sh
510# Description: OpenWrt DIY script part 2 (After Update feeds)
6- # Lisence: MIT
7- # Author: P3TERX
8- # Blog: https://p3terx.com
9- # ============================================================
11+ #
1012
1113# Modify default IP
1214# sed -i 's/192.168.1.1/192.168.50.5/g' package/base-files/files/bin/config_generate
You can’t perform that action at this time.
0 commit comments