ocserv: Added conffiles section
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
72f236973a
commit
30512fec8e
1 changed files with 4 additions and 0 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue