Hi,
I'd like to upgrade the fonera from dd-wrt to openwrt.
What's the best method?
Can I use "Upgrading OpenWrt from within a running OpenWrt installation",
with this simple step:
cd /tmp
scp host:/path/to/openwrt-atheros-vmlinux.lzma .
scp host:/path/to/openwrt-atheros-root.squashfs .
mtd -e vmlinux.bin.l7 write openwrt-atheros-vmlinux.lzma vmlinux.bin.l7
mtd -e rootfs write openwrt-atheros-root.squashfs rootfs
reboot

or I nedd another precedure?

thanks in advance