anaelorlinski / OpenWrt-NanoPi-R2S-R4S-Builds

OpenWRT Builds for NanoPi R2S & R4S from official Openwrt source code with minimal set of patches
MIT License
170 stars 57 forks source link

stangri_repo is misconfigured #3

Closed TheLinuxGuy closed 3 years ago

TheLinuxGuy commented 3 years ago

On the latest images, out of the box the opkg update is broken due to bad configuration on the image.

https://docs.openwrt.melmac.net << is the repo that seems to be the goal to include. In their docs they recommend to store the additional repo config inside /etc/opkg/customfeeds.conf

I would recommend a fix, I had to do this manually today.

  1. Remove broken repo stangri from /etc/opkg/customfeeds.conf
  2. Configure repo properly via /etc/opkg/customfeeds.conf
  3. Ensure the signature key exists echo -e -n 'untrusted comment: OpenWrt usign key of Stan Grishin\nRWR//HUXxMwMVnx7fESOKO7x8XoW4/dRidJPjt 91hAAU2L59mYvHy0Fa\n' > /etc/opkg/keys/7ffc7517c4cc0c56

This should make your image OPKG manager work again and setup the repository properly.

anaelorlinski commented 3 years ago

I changed the way I include latest version of vpn-policy-routing, issue is fixed in latest release.