mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-topology: include libnl3 in target-cflags
This commit is contained in:
parent
32cfd29d74
commit
2b6e74fb80
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@ define Package/map-topology
|
|||
endef
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-I$(STAGING_DIR)/usr/include
|
||||
-I$(STAGING_DIR)/usr/include \
|
||||
-I$(STAGING_DIR)/usr/include/libnl3 \
|
||||
-D_GNU_SOURCE
|
||||
|
||||
define Package/map-topology/description
|
||||
Constructs network topology and show it as json structure over UBUS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue