diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-12-15 14:45:44 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-01-17 11:05:11 +0100 |
commit | 8061c62f5d598fcbc7e08a8cc8728be55d236eab (patch) | |
tree | b2eeaa5389678fb298ff454fe278ee3f937c7530 /package/network/services/authsae/Makefile | |
parent | 644a0d5403badde9c0f0fdf77e4a6273bcf9710d (diff) | |
download | upstream-8061c62f5d598fcbc7e08a8cc8728be55d236eab.tar.gz upstream-8061c62f5d598fcbc7e08a8cc8728be55d236eab.tar.bz2 upstream-8061c62f5d598fcbc7e08a8cc8728be55d236eab.zip |
authsae: remove package
It is no longer actively maintained and does not work well in many
configurations. Fully replaced by wpad-mesh
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/authsae/Makefile')
-rw-r--r-- | package/network/services/authsae/Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile deleted file mode 100644 index fd0e82ffd8..0000000000 --- a/package/network/services/authsae/Makefile +++ /dev/null @@ -1,46 +0,0 @@ - -# Copyright (C) 2007-2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=authsae -PKG_RELEASE:=1 - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/cozybit/authsae.git -PKG_SOURCE_DATE:=2014-06-09 -PKG_SOURCE_VERSION:=8531ab158910a525d4bcbb3ad02c08342f6987f2 -PKG_MIRROR_HASH:=a8fbed9eada17c552c70d834ee8f7c1e0987df59839bc113b3ec000500696715 - -PKG_BUILD_PARALLEL:=1 -CMAKE_INSTALL:=1 - -CMAKE_OPTIONS += -DSYSCONF_INSTALL_DIR=/etc - -PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> -PKG_LICENSE:=BSD-4-Clause - -include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/cmake.mk - -define Package/authsae - SECTION:=net - CATEGORY:=Network - TITLE:=80211s mesh security - DEPENDS:=+libopenssl +libconfig +libnl-tiny +@OPENSSL_WITH_EC -endef - -TARGET_CFLAGS += -D_GNU_SOURCE - -define Package/authsae/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin - $(INSTALL_DIR) $(1)/lib/wifi - $(INSTALL_DATA) ./files/lib/wifi/authsae.sh $(1)/lib/wifi/ -endef - -$(eval $(call BuildPackage,authsae)) |