[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
This commit is contained in:
dingo 2010-08-22 04:46:16 +00:00
parent a9a6dcb51c
commit cd71361703

View File

@ -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))