Chrony is not available for power targets, delete empty patches as well

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12218 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-06 18:33:41 +00:00
parent 232f85cda4
commit db07887e43
3 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ define Package/chrony
SUBMENU:=Time Synchronization
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libreadline +libncurses @!TARGET_avr32
DEPENDS:=+libreadline +libncurses @!TARGET_avr32 @!TARGET_powerpc
TITLE:=NTP client/server for on-demand connections
URL:=http://chrony.sunsite.dk/
endef