Install tcpdump and capture the packets to check what can be the problem.
opkg update; opkg install tcpdump; tcpdump -i any -evn icmp
Then start a ping. Let it capture a few packets and stop with Ctrl-c
Also post the following ip -4 addr ; ip -4 ro li tab all ; ip -4 ru
which you didn't include in the previous troubleshooting post.