mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ocserv: Added conffiles section
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -61,6 +61,10 @@ ifneq ($(CONFIG_OCSERV_PROTOBUF),y)
|
|||||||
CONFIGURE_ARGS += --without-protobuf
|
CONFIGURE_ARGS += --without-protobuf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
define Package/ocserv/conffiles
|
||||||
|
/etc/config/ocserv
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ocserv/install
|
define Package/ocserv/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/ocserv $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/ocserv $(1)/usr/sbin/
|
||||||
|
|||||||
Reference in New Issue
Block a user