From: Florian Fainelli Date: Fri, 17 Apr 2009 14:21:10 +0000 (+0000) Subject: [package] ntp-utils does not depend on libreadline (#4942), bump release number X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=69d6ae877eb22c706da24162451e01ba400c0c41 [package] ntp-utils does not depend on libreadline (#4942), bump release number SVN-Revision: 15243 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 81280db821..9a59a89fd4 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp PKG_VERSION:=4.2.4p6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ @@ -57,7 +57,7 @@ endef define Package/ntp-utils $(call Package/ntpd/Default) - DEPENDS:=+libreadline +libncurses + DEPENDS:=+libncurses TITLE+= utilities endef