From 03f06903f04796b1869b84c8c657990ec4518b84 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 8 Oct 2007 16:45:37 +0000 Subject: [PATCH] Make all packages depend on bind-libs (#2454) git-svn-id: svn://svn.openwrt.org/openwrt/packages@9189 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 86bc1d36c..a4957eb8a 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -29,13 +29,18 @@ include $(INCLUDE_DIR)/package.mk define Package/bind/Default SECTION:=net CATEGORY:=Network + DEPENDS:=bind-libs TITLE:=bind URL:=http://www.isc.org/sw/bind/ + SUBMENU:=ISC Bind endef define Package/bind-libs - $(call Package/bind/Default) - TITLE+= shared libraries + SECTION:=net + CATEGORY:=Network + TITLE:=bind shared libraries + URL:=http://www.isc.org/sw/bind/ + SUBMENU:=ISC Bind endef define Package/bind-server -- 2.11.0