/******************************************************************************
|
*
|
* 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 "5130b5e2d4270e101ac4e599d7299adadbf35aa6"
|
#define RTK_PHL_SHA1 "308886fdcef84ae8c414cf9e4957608609980942"
|
#define RTK_HALMAC_SHA1 "19f0325605e21d6431afb77702b89f58772ce11b"
|
#define RTK_HALBB_SHA1 "2f8a824e55f07de33c4c255670df8e2fe787ac25"
|
#define RTK_HALRF_SHA1 "0d5988f75a0bb363d9814617ad523d531eff3049"
|
#define RTK_BTC_SHA1 "cac4e3d367e7be67421ff253465936de5e5d0a1b"
|
|
#define RTK_CORE_TAGINFO "v1.19.11-175-g5130b5e2d"
|
#define RTK_PHL_TAGINFO "PHL_1_19_86_0100-45-g308886fdc"
|
#define RTK_HALMAC_TAGINFO "HALMAC_0_29_71_0-0-g19f032560"
|
#define RTK_HALBB_TAGINFO "HALBB_029_141_15-1-g2f8a824e"
|
#define RTK_HALRF_TAGINFO "HALRF_029_00_121_HOTFIX_001-1-g0d5988f7"
|
#define RTK_BTC_TAGINFO "HALBTC_029_071-2-gcac4e3d"
|
|
#endif /* __PHL_GIT_INFO_H__ */
|