소스 검색

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 <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 34442
Gabor Juhos 13 년 전
부모
커밋
5d8a7a0ce5
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/network/utils/iproute2/Makefile
  2. 0 0
      package/network/utils/iproute2/files/15-teql

+ 1 - 1
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

+ 0 - 0
package/network/utils/iproute2/files/30-teql → package/network/utils/iproute2/files/15-teql