File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
126132Then install:
127133
You can’t perform that action at this time.
0 commit comments