M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,22 @@
CONFIG_DRIVER_AR6000=y
CONFIG_DRIVER_NL80211=y
CONFIG_IAPP=y
CONFIG_RSN_PREAUTH=y
CONFIG_PEERKEY=y
CONFIG_EAP=y
CONFIG_EAP_TLS=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_TTLS=y
CONFIG_EAP_SIM=y
CONFIG_EAP_AKA=y
CONFIG_EAP_AKA_PRIME=y
CONFIG_WPS=y
CONFIG_WPS_UPNP=y
CONFIG_IEEE80211N=y
CONFIG_LIBNL20=y
CONFIG_HT2040_COEX=y
@@ -0,0 +1,22 @@
include hostap-daemon.inc
PR = "${INC_PR}.4"
SRC_URI += "file://defconfig-ath6kl"
inherit gitsha
PV = "git-${GITSHA}"
SRC_DIR = "${WORKSPACE}/external/hostap"
do_configure() {
install -m 0644 ${WORKDIR}/defconfig-ath6kl .config
}
do_configure_append() {
echo "CFLAGS += -I${WORKSPACE}/wlan/include" >> .config
echo "CFLAGS += -I${WORKSPACE}/wlan/host/include" >> .config
echo "CFLAGS += -I${WORKSPACE}/wlan/host/os/linux/include" >> .config
echo "CFLAGS += -I${WORKSPACE}/wlan/host/wlan/include" >> .config
echo "${@base_conditional('TP_WIRELESS_ACL_TYPE_BLACK', 'y', 'CONFIG_WIRELESS_ACL_TYPE_BLACK=y', '', d)}" >> .config
}
@@ -0,0 +1,21 @@
inherit autotools linux-kernel-base
DESCRIPTION = "Hostap Daemon"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
${LICENSE};md5=3775480a712fc46a69647678acb234cb"
FILES_${PN} += "\
/usr/bin \
"
INC_PR = "r2"
DEPENDS = "openssl libnl"
SRC_URI = "file://${WORKSPACE}/external/hostap"
S = "${WORKDIR}/hostap/hostapd"
do_install() {
make install DESTDIR=${D}
}