I want /jffs on my RT-AC68U to point at a USB stick rather than internal flash memory.
It appears that doing it from the init-start script might work.
Is it reasonable to expect the Merlin firmware to behave this way?
My USBSTICK has a partition formatted as ext4, with a label of "JFFS".
My proposed /jffs/scripts/init-script:
#!/bin/sh
## /jffs/scripts/init-script to replace /jffs/ with a USB-stick partition:
... work in progress ...
It appears that doing it from the init-start script might work.
Is it reasonable to expect the Merlin firmware to behave this way?
My USBSTICK has a partition formatted as ext4, with a label of "JFFS".
My proposed /jffs/scripts/init-script:
#!/bin/sh
## /jffs/scripts/init-script to replace /jffs/ with a USB-stick partition:
... work in progress ...
Last edited: