From a50082af820ddf7af64fa6169909c455d0b56053 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Aug 2008 08:10:34 +0000 Subject: [PATCH 1/1] chrony does not work on avr32 SVN-Revision: 12131 --- net/chrony/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 7c5d552b7e..57ee50f4ac 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -23,7 +23,7 @@ define Package/chrony SUBMENU:=Time Synchronization SECTION:=net CATEGORY:=Network - DEPENDS:=+libreadline +libncurses + DEPENDS:=+libreadline +libncurses @!TARGET_avr32 TITLE:=NTP client/server for on-demand connections URL:=http://chrony.sunsite.dk/ endef -- 2.30.2