From 13cc3e23d947b0d1a19c08cd031becd2ed866264 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Oct 2011 17:54:40 +0200 Subject: [PATCH] rename interface-hotplug.c to interface-event.c --- CMakeLists.txt | 2 +- interface-hotplug.c => interface-event.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename interface-hotplug.c => interface-event.c (100%) 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) diff --git a/interface-hotplug.c b/interface-event.c similarity index 100% rename from interface-hotplug.c rename to interface-event.c -- 2.11.0