From 2152229c45f470a14dee33507b331ac38055e062 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 7 Oct 2011 18:51:55 +0200 Subject: add support for calls to a hotplug script on interface state changes --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b847ec..47a3509 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,8 @@ IF(APPLE) ENDIF() SET(SOURCES - main.c utils.c interface.c interface-ip.c + main.c utils.c + interface.c interface-ip.c interface-hotplug.c proto.c proto-static.c proto-shell.c config.c device.c bridge.c vlan.c ubus.c) -- cgit v1.2.1