Make teql hotplug script run sooner
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Dec 2012 13:04:03 +0000 (13:04 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Dec 2012 13:04:03 +0000 (13:04 +0000)
commit6a3010db4f5d54ce395379dde10bf018281762f9
tree55bb94c4e9c8a690ede3263af4979dea32622e61
parent48f3931df6e9d63b1e8686e3e44abf51b19e083f
Make teql hotplug script run sooner

In particular, it wants to run before the ntpclient script. Which may
block for a long time attempting to do DNS lookups for NTP servers. In
my case, that would have *worked* if the new device had been added to
teql first, rather than timing out.

This was effectively causing a huge delay between an interface coming
up, and routing actually starting to work.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34442 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/files/15-teql [new file with mode: 0644]
package/network/utils/iproute2/files/30-teql [deleted file]