howl: add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32250 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77b6c216b9
commit
dd2d55c367
@ -43,7 +43,7 @@ endef
|
||||
define Package/howl-autoipd
|
||||
$(call Package/howl/Default)
|
||||
SUBMENU:=IP Addresses and Names
|
||||
DEPENDS:=+libhowl
|
||||
DEPENDS:=+libhowl +libpthread
|
||||
TITLE:=An IPv4 Link-Local address self-assigner daemon
|
||||
endef
|
||||
|
||||
@ -71,7 +71,7 @@ endef
|
||||
define Package/howl-nifd
|
||||
$(call Package/howl/Default)
|
||||
SUBMENU:=IP Addresses and Names
|
||||
DEPENDS:=+libhowl
|
||||
DEPENDS:=+libhowl +libpthread
|
||||
TITLE:=A network interface monitor daemon
|
||||
endef
|
||||
|
||||
@ -82,7 +82,7 @@ endef
|
||||
define Package/howl-utils
|
||||
$(call Package/howl/Default)
|
||||
SUBMENU:=IP Addresses and Names
|
||||
DEPENDS:=+libhowl
|
||||
DEPENDS:=+libhowl +libpthread
|
||||
TITLE+= (utilities)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user