From fbb4a83633fd935748dd3c26d4fc28821db71cdd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 21 Oct 2013 20:15:31 +0200 Subject: add initial support for handling wireless devices via scripts Signed-off-by: Felix Fietkau --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 632d1b9..65da3cf 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 wireless.c) find_library(json NAMES json-c json) -- cgit v1.2.1