M7350v7_en_gpl

This commit is contained in:
T
2024-09-09 08:59:52 +00:00
parent f75098198c
commit 46ba6f09ec
1372 changed files with 1231198 additions and 1184 deletions

View File

@ -0,0 +1,19 @@
#ifndef _RTK_ARCH_H_
#define _RTK_ARCH_H_
#ifndef MAX_PATH
#define MAX_PATH 256
#endif
#define TOP_CONFIG_DIR "/var"
#define WIFI_CONFIG_ROOT_DIR "/data/rtl8192c"
#define WIFI_SCRIPT_DIR "/root/script"
#define WIFI_BIN_DIR "/bin"
#define WIFI_WPS_TMP_DIR "/tmp"
#define WIFI_MP_TMP_FILE "/tmp/MP.txt"
#define WIFI_WAPI_TMP_DIR "/var/tmp"
#define WIFI_WAPI_CERT_DIR "/var/myca"
#endif // _RTK_ARCH_H_