M7350v3_en_gpl

This commit is contained in:
T
2024-09-09 08:55:19 +00:00
parent 801e6d2ad8
commit 2d95e8761a
2791 changed files with 89608 additions and 390711 deletions

View File

@ -14,6 +14,7 @@ CONFIG_EAP_AKA=y
CONFIG_EAP_AKA_PRIME=y
CONFIG_WPS=y
CONFIG_WPS2=y
CONFIG_WPS_UPNP=y
CONFIG_IEEE80211N=y

View File

@ -1,14 +1,9 @@
include hostap-daemon.inc
PR = "${INC_PR}.4"
PR = "${INC_PR}.2"
SRC_URI += "file://defconfig-ath6kl"
inherit gitsha
PV = "git-${GITSHA}"
SRC_DIR = "${WORKSPACE}/external/hostap"
do_configure() {
install -m 0644 ${WORKDIR}/defconfig-ath6kl .config
}
@ -18,6 +13,4 @@ do_configure_append() {
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
echo "${@base_conditional('TP_NEED_WLAN_MODULE_BCM', 'y', 'CONFIG_TP_WLAN_MODULE_BCM=y', '', d)}" >> .config
}