Hi, with certain make versions, running make in the olsr directory loops forever rebuilding a dependency file. This is caused by a bogus .PHONY statement (which is erroneously used on a real file target). This patch fixes it: https://svn.openwrt.org/openwrt/packages/net/olsrd/patches/110-build_fix.patch - Felix