Browse Source

ocserv: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 10 years ago
parent
commit
06a201079e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      net/ocserv/Makefile

+ 4
- 0
net/ocserv/Makefile View File

@ -20,6 +20,10 @@ PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
PKG_CONFIG_DEPENDS:= \
CONFIG_OCSERV_PAM \
CONFIG_OCSERV_PROTOBUF \
include $(INCLUDE_DIR)/package.mk
define Package/ocserv/config


Loading…
Cancel
Save