Browse Source

ocserv: disabled MIPS16

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 10 years ago
parent
commit
16ce68e228
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/ocserv/Makefile

+ 2
- 1
net/ocserv/Makefile View File

@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ocserv
PKG_VERSION:=0.10.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_USE_MIPS16:=0
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz


Loading…
Cancel
Save