diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 13:04:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 13:04:03 +0000 |
commit | 5d8a7a0ce52e0a052d1dddbac0c018e9d540c35e (patch) | |
tree | db0855d0c91c58d5b41f7ba090083b9c9c854e1e /package | |
parent | 9691b3f4bf6f0fc96f5582bb7a92f2ebfc967b48 (diff) | |
download | upstream-5d8a7a0ce52e0a052d1dddbac0c018e9d540c35e.tar.gz upstream-5d8a7a0ce52e0a052d1dddbac0c018e9d540c35e.tar.bz2 upstream-5d8a7a0ce52e0a052d1dddbac0c018e9d540c35e.zip |
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>
SVN-Revision: 34442
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 | ||||
-rw-r--r-- | package/network/utils/iproute2/files/15-teql (renamed from package/network/utils/iproute2/files/30-teql) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 8e89617e12..256064e85b 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -96,7 +96,7 @@ define Package/tc/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/tc/tc $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_BIN) ./files/30-teql $(1)/etc/hotplug.d/iface/ + $(INSTALL_BIN) ./files/15-teql $(1)/etc/hotplug.d/iface/ endef define Package/genl/install diff --git a/package/network/utils/iproute2/files/30-teql b/package/network/utils/iproute2/files/15-teql index a0c0e503aa..a0c0e503aa 100644 --- a/package/network/utils/iproute2/files/30-teql +++ b/package/network/utils/iproute2/files/15-teql |