File tree Expand file tree Collapse file tree 6 files changed +27
-15
lines changed
patches/package/adguardhome Expand file tree Collapse file tree 6 files changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,17 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
66If you like this project you can gift me a coffee !
77[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif )] ( https://www.paypal.com/donate/?business=8XQTGXAHEAKPY&no_recurring=0¤cy_code=EUR )
88
9- ## OpenWrt branch 22.03 (stable)
9+ ## OpenWrt 22.03.3 (stable)
1010
1111[ Download 22.03 Releases] ( https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-22.03&expanded=true ) [ Changelog] ( https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-22.03/release-info.md )
12+ Supported Models : R2S / R4S(1Gb & 4Gb) / R2C (Untested)
1213
13- ## OpenWrt branch 21.02 (EOL)
14+ ## OpenWrt branch master (experimental)
15+
16+ [ Download master Releases] ( https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-master&expanded=true ) [ Changelog] ( https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-master/release-info.md )
17+ Supported Models : R2S / R4S(1Gb & 4Gb)
18+
19+ ## OpenWrt 21.02.5 (EOL)
1420
1521[ Download 21.02 Releases] ( https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-21.02&expanded=true ) [ Changelog] ( https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-21.02/release-info.md )
1622
Original file line number Diff line number Diff line change 66include $(TOPDIR ) /rules.mk
77
88PKG_NAME: =adguardhome
9- PKG_VERSION: =0.107.16
9+ PKG_VERSION: =0.107.21
1010PKG_RELEASE: =1
1111
1212# WARNING : need rework for other arch
1313PKG_SOURCE: =AdGuardHome_linux_arm64.tar.gz
1414PKG_SOURCE_URL: =https://github.com/AdguardTeam/AdGuardHome/releases/download/v$(PKG_VERSION ) /
15- PKG_HASH: =ddca30322d3cd53231eb9760cc13fe624223e08070c8ad5877f827db32fd90e2
15+ PKG_HASH: =6a386fbf1630b6d11a0905cbe16683723ce4f20d24ae121726fe551c411d7ea8
1616
1717PKG_LICENSE: =GPL-3.0-only
1818PKG_LICENSE_FILES: =LICENSE.txt
Original file line number Diff line number Diff line change 1- ## OpenWrt branch 22.03 (stable)
1+ ## OpenWrt 22.03.3 (stable)
22
3- ### Warning
4- - Fully experimental build, still WIP.
5- - R2S / R4S patches will be reviwed if still needed
6- - Goal is to get rid of iptables if possible.
3+ ### General Info
4+ - Based of openwrt 22.03.3
75
86### Configuration
9- - OpenWRT 22.03 Vanilla / Kernel 5.10
7+ - OpenWRT 22.03.3 Vanilla / Kernel 5.10
108- ImmortalWRT patches for Rockchip target NanoPi R2S (rk3328) / NanoPi R4S support (rk3399)
119- NanoPi R4S : r8168 driver for R4S (realtek) instead of kernel r8169 + r8169 firmwares package
1210
1816- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
1917
2018### Changelog
19+ - [ 2023-01-04] Freeze to OpenWrt 22.03.3 release instead of branch
2120- [ 2022-10-19] Re-Update U-Boot to 2022.07 and use FriendlyWrt patches
2221- [ 2022-09-28] Add kmod-sched
2322- [ 2022-09-27] Revert u-boot to 2021.07 to fix R4S 1Gb broken support
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd $ROOTDIR
1010mkdir build
1111cd build
1212
13- OPENWRT_FOLDER=openwrt-fresh-2203
13+ OPENWRT_FOLDER=openwrt-fresh-22.03
1414git clone -b openwrt-22.03 --single-branch https://git.openwrt.org/openwrt/openwrt.git $OPENWRT_FOLDER
1515cd $OPENWRT_FOLDER
1616echo " Current OpenWRT commit"
Original file line number Diff line number Diff line change 88
99cd " $ROOTDIR /build"
1010
11- cp -R openwrt-fresh-2203 openwrt
11+ cp -R openwrt-fresh-22.03 openwrt
12+
13+ # freeze revision to 22.03.3
14+ cd openwrt
15+ git reset --hard 221fbfa2d854ccb6cd003c065ec308fbc0651b11
16+
17+ echo " Current OpenWRT commit"
18+ git log -1
19+ git describe
1220
1321# install feeds
1422# cd openwrt
Original file line number Diff line number Diff line change 99BUILDDIR=" $ROOTDIR /build"
1010
1111cd " $BUILDDIR /openwrt"
12- OPENWRT_SUFFIX=2203
1312OPENWRT_BRANCH=22.03
1413
1514# -------------- UBOOT -----------------------------------
@@ -21,7 +20,7 @@ cp -R $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/package/uboot-rockchip package/bo
2120# -------------- target linux/rockchip ----------------
2221# replace target rockchip with original one
2322rm -rf target/linux/rockchip
24- cp -R $BUILDDIR /openwrt-fresh-$OPENWRT_SUFFIX /target/linux/rockchip target/linux/
23+ cp -R $BUILDDIR /openwrt-fresh-$OPENWRT_BRANCH /target/linux/rockchip target/linux/
2524
2625# override manually some files in the rockchip target using rsync to merge folders and override same filenames
2726rsync -avz $ROOTDIR /openwrt-$OPENWRT_BRANCH /patches/target/ target
5049fi
5150
5251# revert to fresh config
53- cp $BUILDDIR /openwrt-fresh-$OPENWRT_SUFFIX /target/linux/generic/config-5.10 target/linux/generic/config-5.10
52+ cp $BUILDDIR /openwrt-fresh-$OPENWRT_BRANCH /target/linux/generic/config-5.10 target/linux/generic/config-5.10
5453
5554# cleanup
5655if [ -e .config ]; then
You can’t perform that action at this time.
0 commit comments