diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 17:54:40 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 17:54:40 +0200 |
commit | 13cc3e23d947b0d1a19c08cd031becd2ed866264 (patch) | |
tree | 60b2b95607dd5dcd0555db20a5daa678261bd78b | |
parent | 943b0701d47a06fa80800e85a16914e8f2563ec8 (diff) |
rename interface-hotplug.c to interface-event.c
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | interface-event.c (renamed from interface-hotplug.c) | 0 |
2 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) diff --git a/interface-hotplug.c b/interface-event.c index ba7405a..ba7405a 100644 --- a/interface-hotplug.c +++ b/interface-event.c |