ADD: [iw] enbale FTM support

id: 414273
This commit is contained in:
Patrick Walther 2023-07-24 11:38:40 +02:00
parent 06b4024628
commit eed14d4f19
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 29f1d8f..f022e07 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ _OBJS := $(sort $(patsubst %.c,%.o,$(wildcard *.c)))
VERSION_OBJS := $(filter-out version.o, $(_OBJS))
OBJS := $(VERSION_OBJS) version.o
-OBJS_FULL = ocb offch cqm wowlan coalesce roc p2p vendor mgmt ap sha256 nan bloom measurements ftm
+OBJS_FULL = ocb offch cqm wowlan coalesce roc p2p vendor mgmt ap sha256 nan bloom
ifdef IW_FULL
CFLAGS += -DIW_FULL
else

View File

@ -19,6 +19,7 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.xz \
file://401-wlan-indoor-channel.patch \ file://401-wlan-indoor-channel.patch \
file://402-show-ant-gain.patch \ file://402-show-ant-gain.patch \
file://403-clockbootime.patch \ file://403-clockbootime.patch \
file://404-ftm.patch \
" "
SRC_URI[sha256sum] = "f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e" SRC_URI[sha256sum] = "f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e"