Skip to content

Instantly share code, notes, and snippets.

@tnishinaga
Created April 2, 2018 16:04
Show Gist options
  • Save tnishinaga/fc8fa0d32a87d292d0f89b3b8b625e50 to your computer and use it in GitHub Desktop.
Save tnishinaga/fc8fa0d32a87d292d0f89b3b8b625e50 to your computer and use it in GitHub Desktop.
Enable https connection for OpenWRT

opkg update
opkg install wget
opkg install ca-certificates

replace http to https

sed -i -e "s/http:/https:/" /etc/opkg/distfeeds.conf

update

opkg update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment