readme: Add new badges
This commit is contained in:
31
.github/FUNDING.yml
vendored
Normal file
31
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
github:
|
||||||
|
|
||||||
|
# Replace with a single Patreon username
|
||||||
|
patreon:
|
||||||
|
|
||||||
|
# Replace with a single Open Collective username
|
||||||
|
open_collective:
|
||||||
|
|
||||||
|
# Replace with a single Ko-fi username
|
||||||
|
ko_fi:
|
||||||
|
|
||||||
|
# Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
tidelift:
|
||||||
|
|
||||||
|
# Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
community_bridge:
|
||||||
|
|
||||||
|
# Replace with a single Liberapay username
|
||||||
|
liberapay:
|
||||||
|
|
||||||
|
# Replace with a single IssueHunt username
|
||||||
|
issuehunt:
|
||||||
|
|
||||||
|
# Replace with a single Otechie username
|
||||||
|
otechie:
|
||||||
|
|
||||||
|
# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||||
|
custom: ['https://github.com/remittor/donate']
|
||||||
11
README.md
11
README.md
@@ -1,4 +1,7 @@
|
|||||||
[](https://github.com/openwrt-xiaomi/builder/releases)
|
[](https://github.com/openwrt-xiaomi/builder/releases)
|
||||||
|
[](https://github.com/openwrt-xiaomi/builder/releases)
|
||||||
|
[](https://github.com/openwrt-xiaomi/builder/releases)
|
||||||
|
[](https://github.com/remittor/donate)
|
||||||
|
|
||||||
# OpenWrt builder
|
# OpenWrt builder
|
||||||
|
|
||||||
@@ -15,11 +18,11 @@ sudo apt-get install python3-distutils rsync unzip zlib1g-dev
|
|||||||
## Build firmware
|
## Build firmware
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/openwrt-xiaomi/builder -b v23 openwrt-v23
|
git clone https://github.com/openwrt-xiaomi/builder -b v24 openwrt-v24
|
||||||
cd openwrt-v23
|
cd openwrt-v24
|
||||||
|
|
||||||
./xcreate.sh -v xq-23.05.0
|
./xcreate.sh -v xq-24.10
|
||||||
cd xq-23.05.0
|
cd xq-24.10
|
||||||
|
|
||||||
./xupdate.sh -f
|
./xupdate.sh -f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user