I'm just experimenting with an ASUS wl-500g Deluxe router.
It can use an external USB stick, and according to UsbStorageHowto on http://wiki.openwrt.org/UsbStorageHowto - it is possible to boot from the USB stick.
Unfortunately, "4.2. How do I boot from the USB device" describes how to boot from an ext3-formatted USB device.
As originally openwrt uses jffs2 as its primary image, I thought it would be best to use jffs2 on an external USB device (to gain some space).
How can I format an external USB device with jffs2 filesystem (and use it as root as a next step)?
I tried playing with mkfs.jffs2 on my PC, but I'm not sure how to create a filesystem and put it for example on a 256 MB USB-stick.
Any ideas?
