projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab3a2f2
)
mac-to-devinfo: use selects instead of depends, solves circular dependency issues...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 1 Apr 2014 21:01:15 +0000
(21:01 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 1 Apr 2014 21:01:15 +0000
(21:01 +0000)
SVN-Revision: 40356
net/mac-to-devinfo/Makefile
patch
|
blob
|
history
diff --git
a/net/mac-to-devinfo/Makefile
b/net/mac-to-devinfo/Makefile
index 0bfdb2f19f898dd918d0f2537d9d57ee5f86e581..8b512f16dd321a4827636680a79703a503d64c16 100644
(file)
--- 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