Skip to content

Commit

Permalink
Merge pull request #15 from frizkyiman/dev
Browse files Browse the repository at this point in the history
minor additions and changes
  • Loading branch information
frizkyiman authored Apr 2, 2024
2 parents c45a808 + b00844a commit 46d70df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/generate-friwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- all
- Raspberry Pi 3B
- Raspberry Pi 4B
- NanoPi-R2S
- NanoPi-R5S
- x86-64
release_branch:
Expand Down Expand Up @@ -134,6 +135,14 @@ jobs:
echo "ARCH_1=arm64" >> $GITHUB_ENV
echo "ARCH_2=aarch64" >> $GITHUB_ENV
echo "ARCH_3=aarch64_cortex-a72" >> $GITHUB_ENV
elif [ "$TARGET" == "NanoPi-R2S" ]; then
echo "PROFILE=friendlyarm_nanopi-r2s" >> $GITHUB_ENV
echo "TARGET_SYSTEM=rockchip/armv8" >> $GITHUB_ENV
echo "TARGET_NAME=rockchip-armv8" >> $GITHUB_ENV
TARGET_NAME="rockchip-armv8"
echo "ARCH_1=armv8" >> $GITHUB_ENV
echo "ARCH_2=aarch64" >> $GITHUB_ENV
echo "ARCH_3=aarch64_generic" >> $GITHUB_ENV
elif [ "$TARGET" == "NanoPi-R5S" ]; then
echo "PROFILE=friendlyarm_nanopi-r5s" >> $GITHUB_ENV
echo "TARGET_SYSTEM=rockchip/armv8" >> $GITHUB_ENV
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# What's New!

**Changelog** (02-04-2024):
- add release device NanoPi R5S and R2S (not tested)

**Changelog** (30-03-2024):
- update openwrt to 23.05.3 latest branch,
- update immortalwrt to 23.05.2 latest branch,
- add Neko and Passwall2 with new tunnel option,
- update core script back to download latest mihomo meta core,
- add Base62, Netmonitor packages,
- remove expand root fs to remaining space on 21.02 branch due packages "parted" can't do the job (still looking for alternate way),
- fix with update code and logic,
- a few adjustment and tweaks.

**Changelog** (11-03-2024):
- add auto reconnect modemmanager (23-02-2024)
- fix Modemmanager auto-reconnect
Expand Down
12 changes: 10 additions & 2 deletions changelog_amlogic.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# What's New!

**Changelog** (30-03-2024):
- update openwrt to 23.05.3 latest branch,
- update immortalwrt to 23.05.2 latest branch,
- add Neko and Passwall2 with new tunnel option,
- update core script back to download latest mihomo meta core,
- add Base62, Netmonitor packages,
- remove expand root fs to remaining space on 21.02 branch due packages "parted" can't do the job (still looking for alternate way),
- fix with update code and logic,
- a few adjustment and tweaks.

**Changelog** (11-03-2024):
- Initial release
- small fix and adjustment

**Changelog**

0 comments on commit 46d70df

Please sign in to comment.