Skip to content

Commit e4a5cfc

Browse files
ale-rinaldiclaude
andcommitted
Update OpenWRT feed URLs to GitHub Pages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0c13f1a commit e4a5cfc

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,19 @@ engarde is available as OpenWrt packages with full LuCI integration:
115115

116116
### Install on a running OpenWrt 23.05 router
117117

118-
SSH into your router and add the package repository for your architecture:
118+
SSH into your router and add the signing key and package repository for your architecture:
119119

120-
**x86_64:** `echo "src/gz engarde https://engarde.linuxzogno.org/builds/openwrt/23.05/x86_64" >> /etc/opkg/customfeeds.conf`
120+
```sh
121+
# Add signing key
122+
wget -qO /etc/opkg/keys/f59c896b325e81c9 \
123+
https://porech.github.io/openwrt-engarde/engarde-repo.pub
124+
```
125+
126+
**x86_64:** `echo "src/gz engarde https://porech.github.io/openwrt-engarde/x86_64" >> /etc/opkg/customfeeds.conf`
121127

122-
**aarch64_generic:** `echo "src/gz engarde https://engarde.linuxzogno.org/builds/openwrt/23.05/aarch64_generic" >> /etc/opkg/customfeeds.conf`
128+
**aarch64_generic:** `echo "src/gz engarde https://porech.github.io/openwrt-engarde/aarch64_generic" >> /etc/opkg/customfeeds.conf`
123129

124-
**arm_cortex-a7_neon-vfpv4:** `echo "src/gz engarde https://engarde.linuxzogno.org/builds/openwrt/23.05/arm_cortex-a7_neon-vfpv4" >> /etc/opkg/customfeeds.conf`
130+
**arm_cortex-a7_neon-vfpv4:** `echo "src/gz engarde https://porech.github.io/openwrt-engarde/arm_cortex-a7_neon-vfpv4" >> /etc/opkg/customfeeds.conf`
125131

126132
Then install:
127133

0 commit comments

Comments
 (0)