Skip to content

Commit

Permalink
openwrt 23.05.5 / remove realtek r8168 since it's now in openwrt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Sep 25, 2024
1 parent f8d5478 commit 2d260ee
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 87 deletions.
40 changes: 0 additions & 40 deletions openwrt-23.05/patches/package/r8168/Makefile

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions openwrt-23.05/release-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net

### Changelog
- [2024-09-25] OpenWrt 23.05.5
- [2024-09-07] Fix missing pbr
- [2024-09-06] Update adguardhome
- [2024-07-22] OpenWrt 23.05.4
Expand Down
4 changes: 2 additions & 2 deletions openwrt-23.05/steps/02_prepare_openwrt_folder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ cd "$ROOTDIR/build"

cp -R openwrt-fresh-23.05 openwrt

# freeze revision to 23.05.4
# freeze revision to 23.05.5
cd openwrt
git reset --hard b9510660cebf46665aa0b74430b24306ebd0beed
git reset --hard 28cf53e6bd9bb68958aae7958e7950d967f02b46

echo "Current OpenWRT commit"
git log -1
Expand Down
3 changes: 0 additions & 3 deletions openwrt-23.05/steps/03_patch_openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ rsync -avz $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/target/ target

# ------------------ packages ------------------------------------

# r8168 driver for r4s
cp -R $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/package/r8168 package/kernel/

# enable armv8 crypto for mbedtls
cp $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/package/mbedtls/patches/200-Implements-AES-and-GCM-with-ARMv8-Crypto-Extensions.patch \
package/libs/mbedtls/patches/
Expand Down

0 comments on commit 2d260ee

Please sign in to comment.