From: dingo Date: Sun, 22 Aug 2010 04:46:16 +0000 (+0000) Subject: [patchteam] dudders needs to be started after time synchronisation, because X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cd71361703282b79306fe86ebd6996b3efd7a83c;p=packages.git [patchteam] dudders needs to be started after time synchronisation, because if the time is not correct then the DNS update fails. git-svn-id: svn://svn.openwrt.org/openwrt/packages@22754 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/dudders/Makefile b/net/dudders/Makefile index 30dae2108..15ebe51a7 100644 --- a/net/dudders/Makefile +++ b/net/dudders/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dudders PKG_VERSION:=1.04 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -60,7 +60,7 @@ define Package/dudders/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/dudders.conf $(1)/etc/config/dudders $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_BIN) ./files/dudders.hotplug $(1)/etc/hotplug.d/iface/30-dudders + $(INSTALL_BIN) ./files/dudders.hotplug $(1)/etc/hotplug.d/iface/50-dudders endef $(eval $(call BuildPackage,dudders))