Skip to content

Instantly share code, notes, and snippets.

@SanCoder-Q
Created January 2, 2018 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SanCoder-Q/bc4cf3895ed142927e760c772bab1902 to your computer and use it in GitHub Desktop.
Save SanCoder-Q/bc4cf3895ed142927e760c772bab1902 to your computer and use it in GitHub Desktop.
Enable jffs on DD-WRT by SSH
nvram set enable_jffs2=1
nvram set jffs2_scripts=1
nvram commit
reboot
@limner9
Copy link

limner9 commented Feb 4, 2021

Was searching for this... thank you :)

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