On Sun, Sep 24, 2006 at 04:35:24AM +0000, Thorsten Glaser wrote: > [EMAIL PROTECTED] dixit: > > >Log: > >switch to FWCF > > > >ok to enable now wbx@ > >bugreports to tg@ > > This means: > * /etc is now a tmpfs > * if you write to /etc, you must issue 'fwcf commit' to write > the changes to flash. Batch them, if you can. > * it's safer to check if fwcf is really enabled. You can do > so by testing /etc/.fwcf_done for existence, and checking > the mount table, and /tmp/fwcf/* > > > include $(TOPDIR)/rules.mk > > > > PKG_NAME= fwcf > >-PKG_VERSION= 0.95 > >+PKG_VERSION= 0.99 > > This means it's still not finished. I'll probably switch the > compressor to LZO for 1.0. Changes in either the spec major > or the compressor REQUIRE AN 'mtd erase fwcf' BEFORE REFLASHING > WITH THE NEW FIRMWARE. If an fwcf in the old format (even one > from 'fwcf erase') is detected, 'fwcf setup' fails in preinit. > > Better yet, copy /dev/mtd/3ro to your PC, use the host tools > unfwcf to decompress and mkfwcf to recompress the image and > flash that using 'mtd -F write frompc.bin fwcf'.
Hi Thorsten, great to hear about your progress. Do you have an idea how to save the config? For the web interface we need a function 'save' and 'restore'. does it work with a simple dd? Dirk _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
