| commit | 57759628b17b2d725c95f22bfdb881b8ad480d06 | [log] [tgz] |
|---|---|---|
| author | liuyang <leo.liu@mobiletek.cn> | Fri Nov 29 17:52:17 2024 +0800 |
| committer | liuyang <leo.liu@mobiletek.cn> | Fri Nov 29 17:52:17 2024 +0800 |
| tree | 35d872c58ba164de9bf0a4420878f43dc933cc3d | |
| parent | 2d7a5e4056b05fa191b98a0dbd6194696b564871 [diff] [blame] |
add wifi ap Change-Id: I476c5c36eef744a4d962758d14f4a9f2840ecebf
diff --git a/mbtk/libmbtk_lib/Makefile b/mbtk/libmbtk_lib/Makefile old mode 100755 new mode 100644 index 220ddb0..c092003 --- a/mbtk/libmbtk_lib/Makefile +++ b/mbtk/libmbtk_lib/Makefile
@@ -153,7 +153,8 @@ #wifi LOCAL_SRC_FILES += \ wifi/sta_cli.c \ - wifi/sta_ctrl.c + wifi/sta_ctrl.c \ + wifi/mbtk_wifi_ap.c OBJS = $(patsubst %.c, %.o, $(patsubst %.cpp, %.o, $(LOCAL_SRC_FILES)))