Created
June 5, 2020 10:38
-
-
Save egeneralov/12645ad3fbfc4cf0a0a1ac2d45f1a2c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat << EOF > /etc/opkg.conf | |
| src/gz snapshots http://openwrt.wk.cz/trunk/mr-mips/packages | |
| dest root / | |
| dest ram /tmp | |
| lists_dir ext /var/opkg-lists | |
| option overlay_root /overlay | |
| EOF | |
| opkg update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment