Here's a simple way to solve this problem. Install fping and edit rc.local to fping each ip in the sub-net at startup. Means slightly slower boot-up...
Install fping
opkg update
opkg install fping
edit rc.local to include:
fping -g 192.168.1.0/24
exit 0
Works for me!