From 2278ff57559d6a08318afe7113dc7dac7c3be745 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 11 Sep 2010 18:38:31 +0000 Subject: [PATCH] [package] simplify bandwidth dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@23012 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bandwidthd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 7669eeb34..415284acf 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -22,7 +22,7 @@ define Package/bandwidthd CATEGORY:=Utilities TITLE:=Bandwidthd URL:=http://bandwidthd.sourceforge.net/ - DEPENDS:=+libpng +libgd +libpcap + DEPENDS:=+libgd +libpcap endef define Package/bandwidthd/daemon