From 6a3010db4f5d54ce395379dde10bf018281762f9 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 2 Dec 2012 13:04:03 +0000 Subject: [PATCH] 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 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34442 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/iproute2/Makefile | 2 +- package/network/utils/iproute2/files/{30-teql => 15-teql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename package/network/utils/iproute2/files/{30-teql => 15-teql} (100%) 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 similarity index 100% rename from package/network/utils/iproute2/files/30-teql rename to package/network/utils/iproute2/files/15-teql -- 2.11.0