summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-09 17:54:40 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-09 17:54:40 +0200
commit13cc3e23d947b0d1a19c08cd031becd2ed866264 (patch)
tree60b2b95607dd5dcd0555db20a5daa678261bd78b /CMakeLists.txt
parent943b0701d47a06fa80800e85a16914e8f2563ec8 (diff)
downloadnetifd-13cc3e23d947b0d1a19c08cd031becd2ed866264.tar.gz
rename interface-hotplug.c to interface-event.c
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47a3509..461c07c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENDIF()
SET(SOURCES
main.c utils.c
- interface.c interface-ip.c interface-hotplug.c
+ interface.c interface-ip.c interface-event.c
proto.c proto-static.c proto-shell.c
config.c device.c bridge.c vlan.c ubus.c)