Created
January 2, 2018 13:21
-
-
Save SanCoder-Q/bc4cf3895ed142927e760c772bab1902 to your computer and use it in GitHub Desktop.
Enable jffs on DD-WRT by SSH
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
nvram set enable_jffs2=1 | |
nvram set jffs2_scripts=1 | |
nvram commit | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was searching for this... thank you :)