mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 20:08:04 +02:00
add missing dependency to tntnet
This commit is contained in:
parent
8cd484844b
commit
429322a9a5
@ -23,9 +23,10 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/cxxtools
|
define Package/cxxtools
|
||||||
TITLE:=cxxtools
|
TITLE:=cxxtools
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
DEPENDS:=+tntnet
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
Reference in New Issue
Block a user