Let's assume I want to replace the kernel, and *only* kernel on a device running OpenWRT.
Is it possible?
Is there a chance that with:
# cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00010000 "pmon"
mtd1: 003b0000 00010000 "linux"
mtd2: 00330000 00010000 "rootfs"
mtd3: 00010000 00010000 "nvram"
some magic command like:
write_kernel /dev/mtd1
will work (+ adding new kernel modules on the filesystem)?