On Thu, Oct 12, 2017 at 12:29 AM, Nerijus Baliunas <[email protected]> wrote: > On Thu, 12 Oct 2017 00:15:15 +0300 Sergey Ryazanov <[email protected]> > wrote: >> Can you boot in failsafe mode again, check free memory while the >> interface is Up, then bring it Down and check free memory again? That >> will show which amount of memory it needs. > > # cat /proc/meminfo > MemTotal: 12232 kB > MemFree: 1108 kB > # ifconfig eth0 down > # cat /proc/meminfo > MemTotal: 12232 kB > MemFree: 2136 kB >
Try this patch, it should reduce the memory demand of the ethernet driver, so it will have the change to get started on your router. Just put it to target/linux/ixp4xx/patches-4.4 along with the previous one and rebuild your firmware. -- Sergey
99a-ixp4xx-reduce-rxbuf-size.patch
Description: Binary data
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
