diff --git a/net/ocserv/Config.in b/net/ocserv/Config.in index b6460cd8ee..cf86bef172 100644 --- a/net/ocserv/Config.in +++ b/net/ocserv/Config.in @@ -9,6 +9,7 @@ config OCSERV_PAM config OCSERV_SECCOMP bool "enable seccomp" + depends on !arc default n config OCSERV_RADIUS diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index ed05a3a554..4431d9d3ca 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ocserv PKG_VERSION:=1.1.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)