X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=e648b032c7dc118d50ea244b18bece3a7c8be2ed;hp=65da3cf90e23e64aeea2c1da3748920ac103ccb4;hb=9af0e57ce2c76db2ce49ea9fbfb5766da6000ec6;hpb=fbb4a83633fd935748dd3c26d4fc28821db71cdd diff --git a/CMakeLists.txt b/CMakeLists.txt index 65da3cf..e648b03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ SET(SOURCES interface.c interface-ip.c interface-event.c iprule.c proto.c proto-static.c proto-shell.c config.c device.c bridge.c vlan.c alias.c - macvlan.c ubus.c wireless.c) + macvlan.c ubus.c vlandev.c wireless.c) find_library(json NAMES json-c json)