From c5d33f4e88dffb5cc0aad9f9068c44d794d3f365 Mon Sep 17 00:00:00 2001 From: jow 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@40356 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 0bfdb2f19..8b512f16d 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.11.0