From 97f596b0091f9583e5e9cb1db51c560fc9d67f13 Mon Sep 17 00:00:00 2001 From: Andrew Beltrano Date: Thu, 11 Jan 2024 17:29:02 -0700 Subject: [PATCH] Denote conf file as an example. --- src/linux/external/hostap/systemd/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/linux/external/hostap/systemd/CMakeLists.txt b/src/linux/external/hostap/systemd/CMakeLists.txt index c3be2d8c..0652f167 100644 --- a/src/linux/external/hostap/systemd/CMakeLists.txt +++ b/src/linux/external/hostap/systemd/CMakeLists.txt @@ -1,7 +1,8 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/hostapd.conf - ${CMAKE_CURRENT_BINARY_DIR}/hostapd.conf) + ${CMAKE_CURRENT_BINARY_DIR}/hostapd.example.conf +) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/hostapd@.service.in @@ -18,4 +19,4 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/hostapd@.service DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/systemd/system -) \ No newline at end of file +)