M7350v3_en_gpl
This commit is contained in:
@ -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
|
||||
|
9
oe-core/meta-msm/recipes/hostap-daemon/hostap-daemon-ath6kl_git.bb
Executable file → Normal file
9
oe-core/meta-msm/recipes/hostap-daemon/hostap-daemon-ath6kl_git.bb
Executable file → Normal 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user