hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/******************************************************************************
 *
 * Copyright(c) 2020 Realtek Corporation.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * The full GNU General Public License is included in this distribution in the
 * file called LICENSE.
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
 * Hsinchu 300, Taiwan.
 *
 * Larry Finger <Larry.Finger@lwfinger.net>
 *
 *****************************************************************************/
#ifndef __PHL_GIT_INFO_H__
#define __PHL_GIT_INFO_H__
 /*@--------------------------[Define] ---------------------------------------*/
 
#define RTK_CORE_SHA1   "fa2af07cf83e93ef07615afa0985a770c4acafdd"
#define RTK_PHL_SHA1    "7608931e7d973001cad0526ab10fef42cb559028"
#define RTK_HALMAC_SHA1 "693aef8a239c73f3ce6127fd44ce6e7bbdfecb66"
#define RTK_HALBB_SHA1  "3022229e7c76a53665f724247297d35c7203080a"
#define RTK_HALRF_SHA1  "13eb01605c9ce25baa82f76c580bf5344306290e"
#define RTK_BTC_SHA1    "6e22229ae46ba83d5c1b1440ec5d38f968f948f8"
 
#define RTK_CORE_TAGINFO     "v1.15.10.0.5-0-gfa2af07cf"
#define RTK_PHL_TAGINFO      "PHL_1_15_45_0100-58-g7608931e7"
#define RTK_HALMAC_TAGINFO   "HALMAC_0_25_47_0-x_local_maintain"
#define RTK_HALBB_TAGINFO    "HALBB_025_026_06-0-g3022229e"
#define RTK_HALRF_TAGINFO    "HALRF_025_00_027-0-g13eb016"
#define RTK_BTC_TAGINFO      "HALBTC_025_023-1-g6e22229"
 
#endif /* __PHL_GIT_INFO_H__ */