Files
wlan-ap/profiles/wlan-ap.yml
Arif Alam dd86dfceb0 opensync: add radsec, radius proxy and apc functionality
- add ovsdb schema for radsec and radius proxy config
- add radsec and radius proxy functionality
- add APC functionality for radsec and radius proxy
  Send APC mode information through ubus
  from APC application to WM.
  Use the APC mode to direct the configuration
  of radius proxy.
  We get this information from APC:
  mode:
	DR (Designated Router)
	BDR (Back up Designated Router)
	OR (Other Router)
	NC (Not connected/Not configured)
  bdr_addr: IP of the BDR
  dr_addr: IP of the DR
  enabled: If Enabled/Disabled

Signed-off-by: Arif Alam <arif.alam@netexperience.com>
Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com>
2021-04-22 00:44:40 -04:00

102 lines
1.9 KiB
YAML

---
description: Add the wlan-ap dependencies
feeds:
- name: wlan_ap
path: ../../feeds/wlan-ap
- name: backports
path: ../../feeds/python
packages:
- cgi-io
- coreutils
- coreutils-sleep
- jansson
- kmod-crypto-crc32c
- kmod-crypto-hash
- kmod-lib-crc32c
- kmod-mpls
- kmod-nf-nat6
- kmod-openvswitch
- libatomic
- libcares
- libev
- libiwinfo-lua
- liblua
- liblucihttp
- liblucihttp-lua
- libmosquitto-ssl
- libopenssl
- libpcap
- libprotobuf-c
- librt
- libstdcpp
- libubus-lua
- libunbound-light
- libuuid
- lua
- lldpd
- luci-base
- luci-mod-simple
- luci-theme-tip
- nft-qos
- openssl-util
- openvswitch
- openvswitch-common
- openvswitch-libofproto
- openvswitch-libopenvswitch
- openvswitch-libovsdb
- openvswitch-ovsdb
- openvswitch-vswitchd
- protobuf
- protobuf-lite
- rpcd
- rpcd-mod-file
- rpcd-mod-iwinfo
- rpcd-mod-luci
- rpcd-mod-rrdns
- uhttpd
- uhttpd-mod-ubus
- uuidgen
- zlib
- wlan-ap-config
- wpad-openssl
- ip-bridge
- opennds
- opensync
- dnsmasq-full
- ipset
- ct-bugcheck
- libradiusclient
- nf_uccdetect
- kmod-nf_uccdetect
- gre
- grev4
- grev6
- kmod-gre
- kmod-gre6
- kmod-ip6-tunnel
- kmod-iptunnel
- kmod-iptunnel6
- eapol-test
- apc
- radsecproxy
diffconfig: |
CONFIG_OPENSSL_ENGINE=y
CONFIG_OPENSSL_PREFER_CHACHA_OVER_GCM=y
CONFIG_OPENSSL_WITH_ASM=y
CONFIG_OPENSSL_WITH_CHACHA_POLY1305=y
CONFIG_OPENSSL_WITH_CMS=y
CONFIG_OPENSSL_WITH_DEPRECATED=y
CONFIG_OPENSSL_WITH_ERROR_MESSAGES=y
CONFIG_OPENSSL_WITH_PSK=y
CONFIG_OPENSSL_WITH_SRP=y
CONFIG_OPENSSL_WITH_TLS13=y
# CONFIG_PACKAGE_wpad-basic is not set
# CONFIG_PACKAGE_wpad is not set
# CONFIG_PACKAGE_dnsmasq is not set
CONFIG_IMAGEOPT=y
CONFIG_PREINITOPT=y
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y