Created
March 22, 2018 19:49
-
-
Save onmotion/d2210013907125f62aabed4e90158b42 to your computer and use it in GitHub Desktop.
This file contains 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
mount --bind /tmp/smbshare /jffs | |
nvram set sys_enable_jffs2=1 | |
ipkg update failed for me, so I did a work-around: | |
mkdir -p /jffs/tmp/ipkg | |
ipkg update | |
ipkg list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment