From fb8d8fa5d8c1e56b4ebb73426f59f2ff25c9a189 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 1 Apr 2014 21:01:15 +0000 Subject: [PATCH] mac-to-devinfo: use selects instead of depends, solves circular dependency issues in packages requiring mac-to-devinfo SVN-Revision: 40356 --- net/mac-to-devinfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mac-to-devinfo/Makefile b/net/mac-to-devinfo/Makefile index 0bfdb2f19f..8b512f16dd 100644 --- a/net/mac-to-devinfo/Makefile +++ b/net/mac-to-devinfo/Makefile @@ -33,7 +33,7 @@ define Package/smap-to-devinfo SECTION:=net CATEGORY:=Network SUBMENU:=Telephony - DEPENDS:=mac-to-devinfo +smap +httping + DEPENDS:=+mac-to-devinfo +smap +httping TITLE:=SIP Device Information from Scan endef @@ -46,7 +46,7 @@ endef define Package/netdiscover-to-devinfo SECTION:=net CATEGORY:=Network - DEPENDS:=mac-to-devinfo +netdiscover + DEPENDS:=+mac-to-devinfo +netdiscover TITLE:=Device Information from Scan for MAC addresses endef -- 2.30.2