X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=e648b032c7dc118d50ea244b18bece3a7c8be2ed;hp=632d1b9480b734bee420c92c8938164a862fd402;hb=f6f065d3997ccc8d42805529e4aad59b789579ad;hpb=f16a15c39c872c5f42eb554deb4d956264c0c823 diff --git a/CMakeLists.txt b/CMakeLists.txt index 632d1b9..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) + macvlan.c ubus.c vlandev.c wireless.c) find_library(json NAMES json-c json)